mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 01:46:11 -04:00
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:
co-authored by
Claude Opus 5
parent
3bc9cf09eb
commit
ea00804703
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user