- Support for domestic hot water temperature config (
c70a295
)
- Change HVAC action to be based on the status of the boiler instead of calculating it from the temperatures (
35399de
)
- Add spanish translation (
5c7511a
)
- Resolve issue with hass variable not being passed to entity registry because of the wrong helper usage (
904fc4f
)
- Replace deprecated async_get_registry call with async_get (
05fd8a6
)
- 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
)
- Parallel run of prerelease and release because release can't be triggered from multiple branches (
6cbcc44
)
- Update to new versions of semantic release (
944d387
)
- 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
)
- Updates docs and prepares hacs.json for publishing (
dbfaaea
)
- Replaces deprecated constants with enums (
5c202fe
)
- 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
)
- 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
)
- Changes start time for measure api to 1h instead of 30mins (
d7a3daa
) - Adds debug log for changes of temp measurements (
cfc81b6
)
- Adds getting temperature data from real time measure API (
e89a3f0
)
- Updates library to new version which contains cache control updates (
99f944c
)
- Adds no-cache cache control header to all http requests to Vaillant API. (
f6a1235
)
- Adds debug logging to the climate entity when writing to HA state. (
29a4e4a
)
- Fixes crash when schedule contains custom profile (
42449fd
)
- 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
)
- Changes select schedule entity to type diagnostic (
1384e45
)
- Adds credits for people who contributed API docs to readme (
6b940d4
)
- Fixes automated release config. (
06193b0
)
- 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
)