home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
3.79k stars 2.58k forks source link

missing fan_mode icons on daikin tile card [ closed ] #21143

Closed dmereu closed 4 days ago

dmereu commented 4 days ago

Checklist

Describe the issue you are experiencing

The daikin HVAC tile card doesn't show fan_mode icons when the relative feature is activated. All modes are shown as dot icon

image

Describe the behavior you expected

Unfortunately there are specific icons for fan speed from 1 to 3 (e.g. mdi:fan-speed-1) but not for 4 and 5 I suggest the following icons for fan_modes

auto: mdi:fan-auto silent: mdi:weather-night 1: mdi:numeric-1 2: mdi:numeric-2 3: mdi:numeric-3 4: mdi:numeric-4 5: mdi:numeric-5

Steps to reproduce the issue

Configure a Daikin HVAC device Add a tile card Activate the fan_mode feature

What version of Home Assistant Core has the issue?

2024.6.4

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

karwosts commented 4 days ago

Icons are set by the integration in core, not in frontend.