From 25c7757f8b75d9768bccd96b3d2d101c1af57ad2 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Thu, 9 Apr 2026 15:43:44 +0200 Subject: [PATCH] Require empty house for scheduled Roborock runs --- include/automations/roborock.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/automations/roborock.yaml b/include/automations/roborock.yaml index 3887d35..9150540 100644 --- a/include/automations/roborock.yaml +++ b/include/automations/roborock.yaml @@ -148,6 +148,10 @@ at: "10:00:00" condition: + - condition: state + entity_id: binary_sensor.family_presence + state: "off" + - condition: state entity_id: binary_sensor.arbejdsdag state: "on" @@ -173,6 +177,10 @@ at: "12:00:00" condition: + - condition: state + entity_id: binary_sensor.family_presence + state: "off" + - condition: state entity_id: binary_sensor.arbejdsdag state: "on"