From 426c6b79cf6ae7fa93c4e3b60c75105073ab4549 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 9 Jul 2026 23:15:01 +0200 Subject: [PATCH] new ambiance light for the desk --- apps/rooms/desk.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/rooms/desk.yaml diff --git a/apps/rooms/desk.yaml b/apps/rooms/desk.yaml new file mode 100644 index 0000000..3acc7eb --- /dev/null +++ b/apps/rooms/desk.yaml @@ -0,0 +1,6 @@ +light_ambiance: + module: smartlight + 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