mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Fix info message in config_entries handle_reload (#82798)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user