1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Add attribute group_entities to the list of blocked MQTT entity attributes (#165360)

This commit is contained in:
Jan Bouwhuis
2026-03-30 16:21:02 +02:00
committed by GitHub
parent 14b9915914
commit 9348948afa

View File

@@ -140,6 +140,7 @@ MQTT_ATTRIBUTES_BLOCKED = {
"entity_registry_enabled_default",
"extra_state_attributes",
"force_update",
"group_entities",
"icon",
"friendly_name",
"should_poll",