Fix info message in config_entries handle_reload (#82798)
This commit is contained in:
parent
6662dbf3c8
commit
444ad52757
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue