home-assistant / frontend

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

Tile Card not supporting features for Device Type water_heater. #21070

Open cloudbr34k84 opened 3 weeks ago

cloudbr34k84 commented 3 weeks ago

Checklist

Describe the issue you are experiencing

I have a pool heater entity using water_heater.pool_heater_pool_heater. when i set this up on the tile card, its not display the text or icons for the features section. See image below It was set up using Tuya Local as per the below image as well image image

image

Describe the behavior you expected

I expected the features to show the icon or text

Steps to reproduce the issue

  1. Add tile card
  2. add entity
  3. enable features ...

What version of Home Assistant Core has the issue?

2024.6.2

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Version 125.0.6422.142 (Official Build) (64-bit)

Which operating system are you using to run this browser?

Windows 11

State of relevant entities

water_heater.pool_heater_pool_heater
Pool Heater Pool Heater
Power Heating   min_temp: 5
max_temp: 60
operation_list: Smart Heating, Power Heating, Silent Heating, Smart Cooling, Powerful Cooling, Silent Cooling, Off
icon: 
friendly_name: Pool Heater Pool Heater
supported_features: 11
current_temperature: 27
temperature: 30
operation_mode: Power Heating
raw_state: true

Problem-relevant frontend configuration

type: vertical-stack
cards:
  - type: tile
    entity: water_heater.pool_heater_pool_heater
    name: Pool Heater
    icon: mdi:pool-thermometer
    color: primary
    features:
      - type: target-temperature
      - type: water-heater-operation-modes
        operation_modes:
          - Smart Heating
          - Power Heating
          - Silent Heating
          - 'Off'

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

karwosts commented 3 weeks ago

There are no icons because the tuya local component does not define them.

I thought we used to show a simple dot if there was no defined icon, but maybe I'm getting confused with a different card.

cloudbr34k84 commented 3 weeks ago

Ok so is this a LocalTuya issue I need to raise?

ChristophCaina commented 2 weeks ago

There are no icons because the tuya local component does not define them.

I thought we used to show a simple dot if there was no defined icon, but maybe I'm getting confused with a different card.

Yes, if no Icons are provided by the integration, a dot will be displayed instead: grafik grafik

The question here is: a) is it an issue of the integration, that not even the dots are shown? b) is it maybe only a cache - issue?