diff --git a/apps/rooms/bedroom.yaml b/apps/rooms/bedroom.yaml index e700029..5a15fe8 100644 --- a/apps/rooms/bedroom.yaml +++ b/apps/rooms/bedroom.yaml @@ -106,4 +106,11 @@ light_bedroom_bedlight_maeva: device_name: 'bedroom_remote_maeva' args: press_type: 'hold' - button: 'down' \ No newline at end of file + button: 'down' + +bed_ledstrip: + module: smartlight + class: SmartLight + entity: light.bedroom_ledstripe + + smart_conditions: (input_boolean.sleeping or binary_sensor.day_interval_night) and (binary_sensor.bedroom_motion_bed_pierre or binary_sensor.bedroom_motion_bed_maeva) \ No newline at end of file