Hey all,
I removed my own created theme and went back to HA one.
Some entities have an orange color when state is ON.
There is no template or if statement in dashboard and I can’t find why this happen.
One of the entity details:
state:
translated: 'On'
raw: 'on'
last_changed: '2026-08-13T12:52:09.655Z'
last_updated: '2026-08-13T12:52:09.655Z'
attributes:
friendly_name: Switch Balcony
Change primary and accent color of the HA default still keeps this orange color.
cache deleted, in companion app reset frontend cache didn’t help.
The entity (switch) shows the correct color in integration section > Z-Wave …
Where else can this settled in a config file?
Greets
EDIT:
Add the same entity into an entity card and the color of the icon is correct??? haha
YAML where its wrong:
type: vertical-stack
cards:
- type: vertical-stack
title: Wall switches Diningroom
cards:
- entities:
- entities:
- entity: sensor.balcony_watt
name: 'Watt:'
- entity: sensor.neo_plug_balcony
name: 'kWh:'
entity: switch.balcony_wall
name: Balcony Switch
secondary_info: last-changed
show_state: true
toggle: true
type: custom:multiple-entity-row
- entities:
- entity: sensor.imac_watt
name: 'Watt:'
- entity: sensor.neo_plug_imac
name: 'kWh:'
entity: switch.imac_wall
name: iMac / Xmas Toog
icon: phu:christmas-lights
secondary_info: last-changed
show_state: true
toggle: true
type: custom:multiple-entity-row
YAML where its correct:
type: entity
entity: switch.balcony_wall