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.06k stars 29.72k forks source link

MELCloud integration not providing correct Icons or name scheme #122084

Open TimBeekman opened 1 month ago

TimBeekman commented 1 month ago

The problem

The climate card does not display the corresponding icons. I was informed that this is the responsibility of the integration.

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

unkown / never seen working correctly

What type of installation are you running?

Home Assistant OS

Integration causing the issue

MELCloud

Link to integration documentation on our website

https://www.home-assistant.io/integrations/melcloud/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Reported states:

hvac_modes:
  - "off"
  - heat
  - dry
  - cool
  - fan_only
  - heat_cool
min_temp: 10
max_temp: 31
target_temp_step: 0.5
fan_modes:
  - auto
  - "1"
  - "2"
  - "3"
  - "4"
swing_modes:
  - auto
  - 1_up
  - "2"
  - "3"
  - "4"
  - 5_down
  - swing
current_temperature: 25.5
temperature: 24.5
fan_mode: "1"
swing_mode: 1_up
vane_horizontal: "3"
vane_horizontal_positions:
  - auto
  - 1_left
  - "2"
  - "3"
  - "4"
  - 5_right
  - split
  - swing
vane_vertical: 1_up
vane_vertical_positions:
  - auto
  - 1_up
  - "2"
  - "3"
  - "4"
  - 5_down
  - swing
friendly_name: Kamer Tim - Airco
supported_features: 425

Additional information

image

In the above image you can see that the icons are all dots.

home-assistant[bot] commented 1 month ago

Hey there @erwindouna, mind taking a look at this issue as it has been labeled with an integration (melcloud) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `melcloud` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign melcloud` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


melcloud documentation melcloud source (message by IssueLinks)