We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
attribute: fan_modes
fan_modes
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 :
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Thomas,
Using
attribute: fan_modes
does not work. Is there any way, for the slider to representfan_modes
instead of the defaulttemperature
?Thank you! 😊😊
This is the Lovelace card code:
This is the Daikin Air Conditioner default integration entity
climate.air_con
:The text was updated successfully, but these errors were encountered: