Log the entity ID in the MQTT group member update message (#182928)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Yanze (David) Wu
2026-09-22 18:34:56 +02:00
committed by GitHub
co-authored by Claude Opus 5
parent 3bc9cf09eb
commit ea00804703
+2 -1
View File
@@ -506,7 +506,8 @@ class MqttAttributesMixin(Entity):
_LOGGER.info(
"Group member update received for entity %s, "
"but this entity was not initialized with the `group` option. "
"Reload the MQTT integration or restart Home Assistant to activate"
"Reload the MQTT integration or restart Home Assistant to activate",
self.entity_id,
)
self._attributes_config = config