From b129854f542b90fe40efd5e2486e10e2c5442792 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 5 Aug 2026 09:30:10 +0200 Subject: [PATCH] the ambiance light of the desktop now properly turnoff when sleeping --- apps/rooms/desk.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/rooms/desk.yaml b/apps/rooms/desk.yaml index 3acc7eb..417d993 100644 --- a/apps/rooms/desk.yaml +++ b/apps/rooms/desk.yaml @@ -3,4 +3,6 @@ light_ambiance: class: SmartLight entity: light.desk_ambiance - smart_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside \ No newline at end of file + smart_conditions: + trigger_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside + blocking_conditions: binary_sensor.is_desk_sleeping \ No newline at end of file