Skip to content

Commit

Permalink
Only trigger humidity alert if under 10°C outside
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Sep 21, 2021
1 parent 403e041 commit 52df0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/humidity_alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ automation:
condition: numeric_state
entity_id: weather.dwd_weather_wiesbaden_biebrich
attribute: temperature
below: 20
below: 10
action:
- service: automation.turn_on
data:
Expand Down Expand Up @@ -175,7 +175,7 @@ automation:
condition: numeric_state
entity_id: weather.dwd_weather_wiesbaden_biebrich
attribute: temperature
below: 20
below: 10
action:
- service: automation.turn_on
data:
Expand Down

0 comments on commit 52df0eb

Please sign in to comment.