Skip to content

1.3.0

Pre-release
Pre-release

Choose a tag to compare

@andrew-codechimp andrew-codechimp released this 23 Feb 15:04
d2996ad

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_temperature now correctly handles hvac_mode at the same time as temperature, so you can perform heat/temp in one action call now (you can still call set_hvac_mode if 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