Releases: swingerman/ha-dual-smart-thermostat
0.5.2 Fix floor sensor related errors
In this release, we fixed errors caused by improper Null type handling of floor temperature sensors.
0.5.1 Readme update and reload fix
- Update readme with more details about openings and floor temperature gap
- Fix floor sensor on reload if not floor sensor set
0.5.0 Floor temperature limit
In this release I implemented floor temperature limiting in order to protect the structural integrity of the floor heating.
To use it you need to set the floor temperature sensor and the max floor temperature setting:
floor_sensor: sensor.floor_temp
max_floor_temp: 28
This will be taken into account when the climate entity is set to heat_cool or heat mode.
0.4.0 Multiple openings support
In this release, I changed the opening variable (single entity) to openings (entity list). This will allow you to just put a list of opening entity_id's and the dual smart thermostat will go idle until any of the openings are open.
0.3.1 Hotfix - Handling opening state if no opening entity
In this release, I handled when no opening entity is set and we check opening's state
0.3.0 Add support for opening entity
In this release, I added support or opening entity that if set it keeps the heater or cooler entity off while open.
Also fixed a bug that prevented updating and setting the target temperature if in single (default) mode.
0.2.0 All three HVAC modes work
In this release, I fixed all three HVAC modes (heat_cool, heat, cool, and off).
Works with HA 0.114
This release works with HA 0.114.4
Initial release
Minimal MVP that can safely work in heat_cool mode.