Use state-based icon for Hue grouped light (#172535)

This commit is contained in:
Franck Nijhof
2026-06-01 16:53:27 +00:00
parent 2d74091a36
commit 4b517fb164
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
{
"entity": {
"light": {
"hue_grouped_light": {
"default": "mdi:lightbulb-group",
"state": {
"off": "mdi:lightbulb-group-off"
}
},
"hue_light": {
"state_attributes": {
"effect": {
-1
View File
@@ -85,7 +85,6 @@ class GroupedHueLight(HueBaseEntity, LightEntity):
entity_description = LightEntityDescription(
key="hue_grouped_light",
icon="mdi:lightbulb-group",
has_entity_name=True,
name=None,
)