From 444ad52757a11b7b6b39fb7560b74c425bc50b4b Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sun, 27 Nov 2022 20:34:01 +0100 Subject: [PATCH] Fix info message in config_entries handle_reload (#82798) --- homeassistant/config_entries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(