Skip to content

Latest commit

 

History

History
124 lines (97 loc) · 9.77 KB

CHANGELOG.md

File metadata and controls

124 lines (97 loc) · 9.77 KB

Changelog

v0.8.0 (2023-01-07)

Feature

  • Support for domestic hot water temperature config (c70a295)

Fix

  • Change HVAC action to be based on the status of the boiler instead of calculating it from the temperatures (35399de)

v0.7.0 (2023-01-06)

Feature

  • Add spanish translation (5c7511a)

v0.6.3-beta.3 (2022-11-07)

Fix

  • Resolve issue with hass variable not being passed to entity registry because of the wrong helper usage (904fc4f)

v0.6.3-beta.2 (2022-11-07)

Fix

  • Replace deprecated async_get_registry call with async_get (05fd8a6)

v0.6.3-beta.1 (2022-11-05)

Fix

  • Update minimum HA version to 2022.11 because new temperature enum which replaces deprecated constants is used (f72c0e7)
  • Replaces temperature constant with temperature enum (8042aa3)
  • Adds integration_type to manifest (aacd662)
  • Replace async_setup_platforms with async_forward_entry_setups (fc8876a)

v0.6.2 (2022-11-05)

Fix

  • Parallel run of prerelease and release because release can't be triggered from multiple branches (6cbcc44)

v0.6.2-beta.1 (2022-11-05)

Fix

  • Update to new versions of semantic release (944d387)

v0.6.1 (2022-11-05)

Fix

  • Remove reading measure data manually and use new version of API which syncs data on each getthermostatsdata call to get up-to-date data instead of cached one (0aa28ab)
  • Use proper est_setpoint_temp value for target temperature and fallback to setpoint_temp if it doesn't exist (e4b02d1)

v0.6.0 (2022-07-16)

Feature

  • Updates docs and prepares hacs.json for publishing (dbfaaea)

v0.5.1 (2022-05-15)

Fix

  • Replaces deprecated constants with enums (5c202fe)

Documentation

  • Removed secret key (fa7d5fe)
  • Add Vaillant and Migo parameters in readme (6549a0d)

v0.5.0 (2022-04-18)

Feature

  • Add french translation (6804fe5)
  • Improves existing translations by using predefined HA Core translations and adds new reauth translations. (da6b9f9)
  • Adds reauth handler in config flow which is triggered by unauthorized error from the API. (e7ea00b)

v0.4.1 (2022-04-08)

Fix

  • Fixes issue when comparing temperatures in case setpoint temperature is not set, like in summer mode (a00ead5)
  • Removes custom title translation for configuring the integration through the UI (bb471f4)
  • Replaces deprecated entity config consts with new enum with the same purpose (ef18d97)

v0.4.0 (2022-02-20)

Feature

  • Changes start time for measure api to 1h instead of 30mins (d7a3daa)
  • Adds debug log for changes of temp measurements (cfc81b6)

v0.3.0 (2022-01-22)

Feature

  • Adds getting temperature data from real time measure API (e89a3f0)

v0.2.4 (2022-01-02)

Fix

  • Updates library to new version which contains cache control updates (99f944c)

v0.2.3 (2021-12-31)

Fix

  • Adds no-cache cache control header to all http requests to Vaillant API. (f6a1235)

v0.2.2 (2021-12-29)

Fix

  • Adds debug logging to the climate entity when writing to HA state. (29a4e4a)

v0.2.1 (2021-12-03)

Fix

  • Fixes crash when schedule contains custom profile (42449fd)

v0.2.0 (2021-12-02)

Feature

  • Adds dummy updated websocket handler (7973553)
  • Changes websockets to use vaillant vsmart specific domain url (e2a4dc5)
  • Adds POC backend for supporting scheduler-card Lovelace cards (9f8efef)
  • Adds profile select entity which shows currently active profile for a schedule (273ee17)
  • Adds switch entity for each schedule defined for a thermostat (cf6b108)

Fix

  • Changes select schedule entity to type diagnostic (1384e45)

Documentation

  • Adds credits for people who contributed API docs to readme (6b940d4)

v0.1.1 (2021-11-19)

Fix

  • Fixes automated release config. (06193b0)

v0.1.0 (2021-11-19)

Feature

  • Adds battery level sensor (0a89d09)
  • Adds entity category to HWB switch (91c65a7)
  • Upgrades api library to new version without authlib, refactors integration to use it (bacd6af)
  • Improves error handling and logging; updates library with better timeouts and request retries (878f455)
  • Adds HWB switch to the component (6b9910e)
  • Adds translations (e8def47)
  • Adds manifest (ef3ea0d)
  • Refactors and adds required integration code (ad34ebf)

Fix

  • Fixes switch import issue (5d9159e)
  • Updates library to include sanitized logging (1bbe3be)