Remove remaining cloud cover checks

This commit is contained in:
2023-03-19 16:31:23 -04:00
parent e30c3d38a4
commit b78a629cd0
3 changed files with 1 additions and 5 deletions

Submodule node-red/projects/NerdFlows updated: 4af890a154...0200748ef2

View File

@ -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 %}

View File

@ -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 %}