Since one of the latest updates the group entities don’t seem to work in a custom-button card
Other entity-types like switch or light are working correct
The “group-buttons” are greyed_out and can’t be pressed. I use them in combination with custom:layout-card
Anyone has a solution for this ?
This is a part of my ui-lovelace.yaml
- type: horizontal-stack
cards:
- type: "custom:button-card"
entity: group.Kamerlicht
icon: mdi:floor-lamp
size: 33%
name: Kamer
color: auto
color_type: card
default_color: rgb(255, 233, 155)
action: toggle
- type: "custom:button-card"
entity: group.tuinlampen
icon: mdi:flower
size: 33%
name: tuin
color: auto
color_type: card
default_color: rgb(255, 233, 155)
action: toggle
- type: "custom:button-card"
entity: group.slaapkamer
icon: mdi:bed-empty
name: slpk
size: 33%
color: auto
color_type: card
default_color: rgb(255, 233, 155)
action: toggle
style:
- font-size: 12px
- font-weight: bold