Hi,
I have 3 smartplugs that I grouped.
On my dashboard I have the group and the 3 individual smartplugs :
- type: horizontal-stack
cards:
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
name: Sfeer
icon: mdi:lightbulb-group
entity: switch.group_smart_plug_sfeerverlichting
- type: button
entity: switch.smart_plug_sfeerverlichting_dressoir_on_off
color: grey
show_state: false
name: Dressoir
show_name: false
icon: mdi:buffet
- type: button
entity: switch.smart_plug_sfeerverlichting_links_on_off
color: grey
show_state: false
name: Links
show_name: false
icon: mdi:dock-left
- type: button
entity: switch.smart_plug_sfeerverlichting_rechts_on_off
color: grey
show_state: false
name: Rechts
show_name: false
icon: mdi:dock-right
Everything works fine, except that when switched off sometimes some of the smartplugs shows ON on the screen even if they are OFF.
What can I do to resolve this ?
1 post - 1 participant