Skip to content

missing fan_mode icons on daikin tile card #120272

Description

@dmereu

The problem

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

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

What version of Home Assistant Core has the issue?

2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

YAML code of above card:

- features:
	- type: climate-hvac-modes
	  hvac_modes:
		- fan_only
		- dry
		- cool
		- 'off'
	- type: target-temperature
	- type: climate-swing-modes
	  style: dropdown
	- style: icons
	  type: climate-fan-modes
  type: tile
  entity: climate.daikin_studio
  name: CLIMA STUDIO
  show_entity_picture: false
  vertical: false
  state_content:
	- state
	- current_temperature
	- last-changed
	- hvac_action

Anything in the logs that might be useful for us?

No response

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions