From b78a629cd0ddcd37c183dec066168c089d31208d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 19 Mar 2023 16:31:23 -0400 Subject: [PATCH] Remove remaining cloud cover checks --- node-red/projects/NerdFlows | 2 +- packages/lighting_and_scenes.yaml | 2 -- packages/master_bedroom.yaml | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index 4af890a..0200748 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit 4af890a154d1db31327fd55c41e817464d556663 +Subproject commit 0200748ef2e0be7df9ea72d7b6faa212e1300268 diff --git a/packages/lighting_and_scenes.yaml b/packages/lighting_and_scenes.yaml index 8ba9f08..fa9d517 100644 --- a/packages/lighting_and_scenes.yaml +++ b/packages/lighting_and_scenes.yaml @@ -1398,8 +1398,6 @@ script: {% set weather = states('weather.iron_nerd_weather_station') %} {% if weather in ['cloudy','partlycloudy','rainy','snowy','hail','lightning','lightning-rainy','pouring','snowy-rainy'] %} true - {% elif (states('sensor.pirateweather_cloud_coverage') | int) > 50 %} - true {% else %} false {% endif %} diff --git a/packages/master_bedroom.yaml b/packages/master_bedroom.yaml index 16c0b3d..8525de0 100644 --- a/packages/master_bedroom.yaml +++ b/packages/master_bedroom.yaml @@ -84,8 +84,6 @@ script: {% set weather = states('weather.iron_nerd_weather_station') %} {% if weather in ['cloudy','partlycloudy','rainy','snowy','hail','lightning','lightning-rainy','pouring','snowy-rainy'] %} true - {% elif (states('sensor.pirateweather_cloud_coverage') | int) > 50 %} - true {% else %} false {% endif %}