mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 23:04:03 +02:00
add log
This commit is contained in:
parent
1193f4d102
commit
29ce84b27c
1 changed files with 2 additions and 0 deletions
|
|
@ -2259,6 +2259,8 @@ class AdaptiveLightingManager:
|
|||
elif state == STATE_OFF: # is turning on
|
||||
on(eid, event)
|
||||
|
||||
_LOGGER.debug("end of turn_on_off_event_listener()")
|
||||
|
||||
async def state_changed_event_listener(self, event: Event) -> None:
|
||||
"""Track 'state_changed' events."""
|
||||
entity_id = event.data.get(ATTR_ENTITY_ID, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue