home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.13k stars 29.81k forks source link

New badge Icon color control doesn't work #124583

Closed def1149 closed 2 weeks ago

def1149 commented 2 weeks ago

The problem

type: entity
entity: binary_sensor.garage_door_sensor_opening
icon: mdi:garage
display_type: complete
name: Garage
color: green         ### <- doesn't work, icon is grey
visibility:
  - condition: state
    entity: binary_sensor.garage_door_sensor_opening
    state: 'off'

type: entity
entity: binary_sensor.garage_door_sensor_opening
icon: mdi:garage-open
display_type: complete
name: Garage
color: yellow           ### <- works, icon turns yellow
visibility:
  - condition: state
    entity: binary_sensor.garage_door_sensor_opening
    state: 'on'

What version of Home Assistant Core has the issue?

2024.8.3

What was the last working version of Home Assistant Core?

N/A

What type of installation are you running?

Home Assistant OS

Integration causing the issue

N/A

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

mib1185 commented 2 weeks ago

Hi @def1149 this seems to be a frontend related issue, please report it to the frontend repository, thx :+1: