This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: thomasgermain/vaillant-component
Releases · thomasgermain/vaillant-component
1.12.8
The integration can handle more HVAC errors from the API (previously only errors, now: errors, warning, maintenance, etc;)
1.12.7
Fix a bug where it wasn't possible to set COOLING_FOR_X_DAY quick mode from a climate entity.
1.12.6
Compatibility with HA 2022.5
1.12.5
Compatibility with HA 2022.4: fix HA version in hacs.json, so hacs can detect new version
1.12.4
Compatibility with HA 2022.04
1.12.3
handling new dependencies constraints in HA 2022.03
1.12.2
- Some compatibility review for HA 2022.02
- Add
speed
attribute to fan entity with the actual speed
1.12.1
Adding some device_class
to binary_sensor:
- holiday binary sensor ->
occupancy
- circulation binary sensor ->
running
- update binary sensor ->
update
- quick_mode binary sensor >
running
1.12.0
- Fix ventilation service (it requires the entity_id and the level). This is still a BETA features since I cannot fully test it
- Comply to HA 2021.12.x
1.11.0
- adding entity category
- adding new services to set day/night ventilation level
- Linking room climate entity to corresponding device (if there is only one device in the room)
- Improve error message (add status and api response)