Require empty house for scheduled Roborock runs

This commit is contained in:
2026-04-09 15:43:44 +02:00
parent 6392ea7572
commit 25c7757f8b
+8
View File
@@ -148,6 +148,10 @@
at: "10:00:00" at: "10:00:00"
condition: condition:
- condition: state
entity_id: binary_sensor.family_presence
state: "off"
- condition: state - condition: state
entity_id: binary_sensor.arbejdsdag entity_id: binary_sensor.arbejdsdag
state: "on" state: "on"
@@ -173,6 +177,10 @@
at: "12:00:00" at: "12:00:00"
condition: condition:
- condition: state
entity_id: binary_sensor.family_presence
state: "off"
- condition: state - condition: state
entity_id: binary_sensor.arbejdsdag entity_id: binary_sensor.arbejdsdag
state: "on" state: "on"