Skip to content

Activate manual control when lights are turned on with individual settings #89

@bcutter

Description

@bcutter

Use-Case:
I have wall switches with two buttons. Left one toggles light and sets brightness to 100 %, right one turns on without specific settings, so:

  • left button: maximum brightness
  • right button: adaptive lighting

Issue:
After using left button, so turning on light with...

service: light.toggle
data:
  brightness_pct: 100
  transition: 1
entity_id: light.bulb

...light turns on with 100 % brightness. After 10 seconds at latest it is being set to adaptive lighting´s current settings (e. g. 28 %).

Proposal:
Set lights to manual control when they are turned on with a fixed setting (values brightness, color temperature etc.).

Or is there a workaround for my scenario? I DO NOT want to manually dim the light after turning it on. 100 % shall be accepted, please AL don´t ignore my wish.

Update: Maybe my scenario is related to #37, at least parts of it.

Metadata

Metadata

Assignees

Projects

Status

Inbox

Relationships

None yet

Development

No branches or pull requests

Issue actions