1.3.0
Pre-release
Pre-release
Breaking Change
The climate control has changed to now better reflect what the physical device does.
If you turn on heat it will now set the temperature to the current temperature rounded to the nearest .5 below (effectively maintaining the temperature).
This makes the default temperature number entity obsolete, it will disappear after some time or you can delete it manually.
If you have automations that only set the hvac_mode to heat and rely on the default temperature you will have to revise them to also put in the desired temperature.
New Features
- Add new Actions to allow natively boosting Heating and Water (SLR2 only) with custom duration and temperature (heating only), useful for creating additional buttons/script/automations when you want more control than the default buttons provide.
- Quicker refresh of thermostat entities on HA restart.
- The action
set_temperaturenow correctly handles hvac_mode at the same time as temperature, so you can perform heat/temp in one action call now (you can still callset_hvac_modeif you want but note the new default temperature in breaking changes above), here's an example of calling it combined.
action: climate.set_temperature
target:
entity_id: climate.hive_climate
data:
temperature: 20
hvac_mode: heat