It is possible to add and diplay the preset values from climate entity?
For examples I have 3 presets:
Here is the example from my climate entity:
hvac_modes:
- "off"
- heat
min_temp: 10
max_temp: 30
target_temp_step: 0.1
preset_modes:
- home
- away
- sleep
current_temperature: 25.9
temperature: 16
hvac_action: idle
preset_mode: away
icon: mdi:home-thermometer
friendly_name: Living Room Thermostat
supported_features: 401
Thanks.
It is possible to add and diplay the preset values from climate entity?
For examples I have 3 presets:
Here is the example from my climate entity:
hvac_modes:
min_temp: 10
max_temp: 30
target_temp_step: 0.1
preset_modes:
current_temperature: 25.9
temperature: 16
hvac_action: idle
preset_mode: away
icon: mdi:home-thermometer
friendly_name: Living Room Thermostat
supported_features: 401
Thanks.