From 3a48c9569c654e413597079c3eead792f707c06e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 27 Aug 2025 10:43:59 +0200 Subject: [PATCH] Fix stale comment in entity registry (#151226) --- homeassistant/helpers/entity_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/entity_registry.py b/homeassistant/helpers/entity_registry.py index 9b619385d8c..571f914e9d3 100644 --- a/homeassistant/helpers/entity_registry.py +++ b/homeassistant/helpers/entity_registry.py @@ -1187,7 +1187,7 @@ class EntityRegistry(BaseRegistry): return # Ignore device disabled by config entry, this is handled by - # async_config_entry_disabled + # async_config_entry_disabled_by_changed if device.disabled_by is dr.DeviceEntryDisabler.CONFIG_ENTRY: return