mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
rephrase
This commit is contained in:
parent
e0364b13cb
commit
eaa43de625
1 changed files with 2 additions and 1 deletions
|
|
@ -2356,7 +2356,8 @@ class AdaptiveLightingManager:
|
|||
|
||||
if self.is_proactively_adapting(event.context.id):
|
||||
_LOGGER.debug(
|
||||
"Skipping reactive adaptation of light %s with context.id='%s'",
|
||||
"Skipping responding to 'off' → 'on' event for '%s' with context.id='%s' because"
|
||||
" we are already proactively adapting",
|
||||
entity_id,
|
||||
event.context.id,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue