diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index e619c3e73f2..4830ec602a7 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -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(