From ea008047032e08b5d871420ddb9b7e50174b66bf Mon Sep 17 00:00:00 2001 From: "Yanze (David) Wu" <133224895+David-Wu1119@users.noreply.github.com> Date: Tue, 22 Sep 2026 12:34:56 -0400 Subject: [PATCH] Log the entity ID in the MQTT group member update message (#182928) Co-authored-by: Claude Opus 5 --- homeassistant/components/mqtt/entity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/entity.py b/homeassistant/components/mqtt/entity.py index 8eecdd091b6b..c4ae699624c9 100644 --- a/homeassistant/components/mqtt/entity.py +++ b/homeassistant/components/mqtt/entity.py @@ -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