adaptive-lighting icon indicating copy to clipboard operation
adaptive-lighting copied to clipboard

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

Open JonathanKang opened this issue 1 year ago • 1 comments

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

JonathanKang avatar Nov 09 '23 02:11 JonathanKang

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.

ncd7 avatar Apr 09 '24 15:04 ncd7