Searching for hours trying to fix this. State_color works fine for my “old” Hue Bulbs (color changable lights…) but not for the new Hue Filemant Bulbs. Anyone have any idea what i can do to make this work. I’m using the same structure for both lights. Thx
Works fine for Hue RGB bulb:
type: vertical-stack
cards:
- type: entities
entities:
- entity: scene.verlichting_veranda_aan
name: Verlichting aan
icon: 'mdi:lightbulb'
- entity: scene.verlichting_veranda_uit
name: Verlichting uit
icon: 'mdi:lightbulb-off'
title: Inkomhal
state_color: true
show_header_toggle: true
- type: light
entity: light.wandlamp
icon: 'mdi:dome-light'
Don’t work for Hue Filemant bulb:
type: vertical-stack
cards:
- type: entities
entities:
- entity: scene.verlichting_inkom_aan
name: Verlichting aan
icon: 'mdi:lightbulb'
- entity: scene.verlichting_inkom_uit
name: Verlichting uit
icon: 'mdi:lightbulb-off'
title: Inkomhal
state_color: true
show_header_toggle: true
- type: light
entity: light.hanglamp
icon: 'mdi:ceiling-light'