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