basnijholt / adaptive-lighting

Adaptive Lighting custom component for Home Assistant
https://basnijholt.github.io/adaptive-lighting/
Apache License 2.0
1.71k stars 128 forks source link

Add an option to use night mode of lights in sleep mode #836

Open JonathanKang opened 8 months ago

JonathanKang commented 8 months ago

Currently an option is available to set the brightness percentage in sleep mode, which is good. The ceiling lights at my home provides a night mode which is dimmer than 1% brightness. When night mode is on, the brightness percentage is still 1%. But it is significantly dimmer.

So is it possible to add an option to enable this night mode when sleep mode is on?

The Night mode can be turn on with the following service.

service: light.turn_on
data:
  effect: Night
target:
  entity_id: light.ceiling_light
ncd7 commented 3 months ago

This is a duplicate of https://github.com/basnijholt/adaptive-lighting/issues/953 and https://github.com/basnijholt/adaptive-lighting/issues/858 I think you need both sleep mode and night potentially.