Fix coffee machine automation
This commit is contained in:
parent
cedea7d7dc
commit
86a9d4b0c3
1 changed files with 10 additions and 4 deletions
|
@ -7,6 +7,12 @@
|
||||||
entity_id: calendar.automations_wakeup
|
entity_id: calendar.automations_wakeup
|
||||||
offset: '-16:00:0'
|
offset: '-16:00:0'
|
||||||
action:
|
action:
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: sensor.coffee_machine_electrical_measurement
|
||||||
|
below: 4
|
||||||
|
sequence:
|
||||||
- wait_for_trigger:
|
- wait_for_trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.coffee_machine_electrical_measurement
|
entity_id: sensor.coffee_machine_electrical_measurement
|
||||||
|
|
Loading…
Reference in a new issue