Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate entity attribute #227

Open
MightyBoo opened this issue Nov 20, 2021 · 0 comments
Open

Climate entity attribute #227

MightyBoo opened this issue Nov 20, 2021 · 0 comments

Comments

@MightyBoo
Copy link

Hi Thomas,

Using attribute: fan_modes does not work. Is there any way, for the slider to represent fan_modes instead of the default temperature?

Thank you! 😊😊

This is the Lovelace card code:

type: entities
entities:
  - entity: climate.air_con
    name: Air Con
    type: custom:slider-entity-row
    toggle: true
    hide_when_off: true
    min: 18
    max: 26

This is the Daikin Air Conditioner default integration entity climate.air_con :

hvac_modes:
  - fan_only
  - dry
  - cool
  - heat
  - heat_cool
  - 'off'
min_temp: 7
max_temp: 35
target_temp_step: 1
fan_modes:
  - Auto
  - Silence
  - '1'
  - '2'
  - '3'
  - '4'
  - '5'
preset_modes:
  - none
  - away
  - eco
  - boost
swing_modes:
  - 'Off'
  - Vertical
  - Horizontal
  - 3D
current_temperature: 28
temperature: 18
fan_mode: '5'
hvac_action: 'off'
preset_mode: none
swing_mode: 3D
friendly_name: Air Con
icon: mdi:air-conditioner
supported_features: 57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant