Fix calendar coffee machine automation
This commit is contained in:
parent
ca68b56f72
commit
b8d2816494
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
||||||
action:
|
action:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
- platform: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.coffee_machine_electrical_measurement
|
entity_id: sensor.coffee_machine_electrical_measurement
|
||||||
below: 4
|
above: 4
|
||||||
sequence:
|
sequence:
|
||||||
- wait_for_trigger:
|
- wait_for_trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
|
|
Loading…
Reference in a new issue