1
0
Fork 0

Fix coffee machine automation

This commit is contained in:
Przemek Grondek 2022-11-16 01:27:05 +01:00
parent cedea7d7dc
commit 86a9d4b0c3

View file

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