adaptive_lighting.manual_control event not fired when making changes outside of Home Assistant
See original GitHub issueHi,
Not sure if this is a bug or a feature, but it seems that the adaptive_lighting.manual_control
event is not fired whenever I make changes to my lights using my IKEA TRADFRI remote. I do expect this to happen, so I can turn off adaptive lights whenever I manually adjust my lights using a remote control.
I am using the following configuration:
name: bedroom
lights:
- light.bedside_left
- light.bedside_right
detect_non_ha_changes: true
interval: 5
Issue Analytics
- State:
- Created 3 years ago
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Adaptive Lighting custom component for Home Assistant
Automatically adapt the brightness and color of lights based on the sun position and take over manual control. Try out this code by...
Read more >Adaptive Lighting Custom Component that automatically ...
💡 Adaptive Lighting Custom Component that automatically adapts the brightness and color of your lights based on the sun's temperature but stops ...
Read more >Adaptive Lighting Custom Component that automatically ...
Whenever a light gets marked as “manually controlled”, an adaptive_lighting.manual_control event is fired, such that one can use this ...
Read more >Trying to setup adaptive light add-on - Configuration
Hi, i installed the adaptive light plugin through HACS, and after that added the integration in the configuration. It created 4 switch, ...
Read more >New Adaptive Lighting Integration - Home Assistant Community
Here's my script I've made. It seems to work pretty well. sequence: - service: adaptive_lighting.set_manual_control data: lights: '{{ light }}' ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh, a very good point. That is indeed the default. I am AFK now but will look into this when I get home.
This went stale.