Hello,
I have a set of toggle switches configured.
When the light/switch is turned on the icon turns orange/yellow, and when it’s turned off it’s turning black.
It works good with the: Tv, keuken, washok and stofzuiger toggleswitch.
Sfeerlicht isn’t working.
Screenshot:
When i switch the “sfeerlicht” on the icon isn’t changing color, how can i fix it?
Thats the only group on the section, the rest is just one light/switch.
My config:
- type: glance
title: In & Uitschakelen
show_state: false
column_width: calc(100% / 3)
entities:
- entity: switch.tv
name: Tv
icon: mdi:television-classic
tap_action:
action: toggle
- entity: group.sfeerlicht
name: Sfeerlicht
icon: mdi:lamp
tap_action:
action: toggle
- entity: light.fibaro_system_fgd212_dimmer_2_level_4
name: Keuken
icon: mdi:track-light
tap_action:
action: toggle
- entity: light.fibaro_system_fgd212_dimmer_2_level_2
name: Washok
icon: mdi:lightbulb
tap_action:
action: toggle
- entity: script.hombot_aan
name: Stofzuiger
icon: mdi:robot-vacuum
tap_action:
action: toggle
Thanks!