mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix info message in config_entries handle_reload (#82798)
This commit is contained in:
parent
6662dbf3c8
commit
444ad52757
@ -1778,7 +1778,7 @@ class EntityRegistryDisabledHandler:
|
||||
|
||||
_LOGGER.info(
|
||||
"Reloading configuration entries because disabled_by changed in entity registry: %s",
|
||||
", ".join(self.changed),
|
||||
", ".join(to_reload),
|
||||
)
|
||||
|
||||
await asyncio.gather(
|
||||
|
Loading…
x
Reference in New Issue
Block a user