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