Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: thomasgermain/vaillant-component

1.12.8

02 Oct 09:04
fd0d430
Compare
Choose a tag to compare

The integration can handle more HVAC errors from the API (previously only errors, now: errors, warning, maintenance, etc;)

1.12.7

10 May 15:37
76266ea
Compare
Choose a tag to compare

Fix a bug where it wasn't possible to set COOLING_FOR_X_DAY quick mode from a climate entity.

1.12.6

02 May 17:41
0648b31
Compare
Choose a tag to compare

Compatibility with HA 2022.5

1.12.5

09 Apr 08:16
8b7505c
Compare
Choose a tag to compare

Compatibility with HA 2022.4: fix HA version in hacs.json, so hacs can detect new version

1.12.4

07 Apr 13:16
a9d83aa
Compare
Choose a tag to compare

Compatibility with HA 2022.04

1.12.3

25 Feb 20:45
96c04ea
Compare
Choose a tag to compare

handling new dependencies constraints in HA 2022.03

1.12.2

12 Feb 10:33
4603772
Compare
Choose a tag to compare
  • Some compatibility review for HA 2022.02
  • Add speed attribute to fan entity with the actual speed

1.12.1

04 Jan 08:46
e77ef1c
Compare
Choose a tag to compare

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

03 Jan 11:26
b30c318
Compare
Choose a tag to compare
  • 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

12 Nov 11:21
2cffd08
Compare
Choose a tag to compare
  • 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)