Skip to content

Commit

Permalink
Fixes kettle state for automation
Browse files Browse the repository at this point in the history
  • Loading branch information
artplan1 committed Nov 6, 2019
1 parent 1882c8f commit 113c682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/redmond_kettle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ automation:
trigger:
- platform: state
entity_id: water_heater.g200s
from: "on"
from: "electric"
to: "off"

condition:
- condition: numeric_state
entity_id: 'sensor.kettle_temperature'
above: 98
above: 90

action:
- service: notify.telegram_chat_id_1
Expand Down

0 comments on commit 113c682

Please sign in to comment.