Opvask påmindelse: tid 19-21, check dør lukket
This commit is contained in:
@@ -98,12 +98,15 @@
|
|||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ now().hour >= 16 and now().hour <= 21 }}"
|
value_template: "{{ now().hour >= 19 and now().hour <= 21 }}"
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.dishwasher_fjernbetjening
|
entity_id: binary_sensor.dishwasher_fjernbetjening
|
||||||
state: "off"
|
state: "off"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_state('sensor.dishwasher_status_2', 'Off') }}"
|
value_template: "{{ is_state('sensor.dishwasher_status_2', 'Off') }}"
|
||||||
|
- condition: state
|
||||||
|
entity_id: binary_sensor.dishwasher_dor
|
||||||
|
state: "off"
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_claus_iphone_15pro
|
- service: notify.mobile_app_claus_iphone_15pro
|
||||||
|
|||||||
Reference in New Issue
Block a user