Skip to content

Latest commit

 

History

History
505 lines (243 loc) · 25.9 KB

CHANGELOG.md

File metadata and controls

505 lines (243 loc) · 25.9 KB

0.11.0-dev.1 (2025-01-05)

Features

0.10.0 (2024-07-02)

Bug Fixes

  • homeassistant.components deprecations (#336) (0baa2a3)

Features

  • Add new sensor for outdoor temperature (#344) (58f51b1)
  • Improve energy consumption implementation with additional sensor for duration of boiler being on (#343) (a581a77)
  • Separate hwb switch for boiler device (#345) (a867e16)

0.10.0-dev.3 (2024-06-30)

Features

  • Separate hwb switch for boiler device (#345) (a867e16)

0.10.0-dev.2 (2024-06-30)

Features

  • Add new sensor for outdoor temperature (#344) (58f51b1)

0.10.0-dev.1 (2024-06-30)

Features

  • Improve energy consumption implementation with additional sensor for duration of boiler being on (#343) (a581a77)

0.9.1-dev.1 (2024-06-27)

Bug Fixes

  • homeassistant.components deprecations (#336) (0baa2a3)

CHANGELOG

v0.9.0 (2023-12-10)

Chore

  • chore: Update semantic release github action (88bd61c)

  • chore(deps): bump python-semantic-release/python-semantic-release from 7.32.2 to 7.33.2 (#253)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bc355d4)

Feature

  • feat: Documentation and translations (#266) (1e6dee2)

  • feat: Separating entities into two devices, with new entity naming conventions (#265)

BREAKING CHANGE: This release adds separates entities into two devices, and adds a default device for the boiler. With the addition of this new boiler entity, two old entities are removed (switch for turning on hot water boost and number representing boiler water temperature).

In addition to these changes, all entities are refactored to use new naming conventions for entities. This is not a breaking change for existing systems, but uninstalling and reinstalling the integration will rename some entities and their IDs. (0733992)

v0.8.0 (2023-01-07)

Feature

  • feat: Support for domestic hot water temperature config (c70a295)

Fix

  • 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

  • feat: add spanish translation

Translated user & reauth. Didn't translate error and abort since it uses predefined HA Core translations. (5c7511a)

Unknown

  • Merge pull request #216 from teosoft0/master

feat: add spanish translation (291d47d)

  • Update custom_components/vaillant_vsmart/translations/es.json

Co-authored-by: Jesús Alberto Muñoz Mesa <[email protected]> (abb1cfd)

  • Add error and abort translations (9523a69)

  • Merge pull request #207 from MislavMandaric/chore/sponsorships

Create FUNDING.yml (a543fb2)

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

Fix

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

Unknown

  • Merge pull request #201 from MislavMandaric/fix/entity-registry-syntax

Entity registry missing hass param (b766be0)

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

Fix

  • fix: Replace deprecated async_get_registry call with async_get (05fd8a6)

Unknown

  • Merge pull request #200 from MislavMandaric/fix/deprecated-async-get

Deprecated async_get_registry (a3676c5)

  • Merge pull request #103 from pepsonEL/patch-1

Add Polish translation (b1a4f04)

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

Fix

  • fix: Update minimum HA version to 2022.11 because new temperature enum which replaces deprecated constants is used (f72c0e7)

  • fix: Replaces temperature constant with temperature enum (8042aa3)

  • fix: Adds integration_type to manifest (aacd662)

  • fix: Replace async_setup_platforms with async_forward_entry_setups (fc8876a)

Unknown

  • Merge pull request #197 from MislavMandaric/fix/deprecation-fixes

Deprecation fixes (c2a3497)

v0.6.2 (2022-11-05)

Fix

  • 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

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

v0.6.1 (2022-11-05)

Ci

  • ci: Add prerelease job for creating semantic release prereleases (9ab49b7)

Fix

  • 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)

  • fix: Use proper est_setpoint_temp value for target temperature and fallback to setpoint_temp if it doesn't exist (e4b02d1)

Unknown

  • Merge pull request #198 from MislavMandaric/fix/stale-data

Stale data (b628d24)

  • Merge pull request #199 from MislavMandaric/chore/prerelase-support

Prerelease support (821d755)

v0.6.0 (2022-07-16)

Chore

  • chore: Remove ignore of brand validation in hacs action (f147fbc)

Feature

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

Unknown

  • Merge pull request #138 from MislavMandaric/feat/hacs-default-prep

Updates docs and prepares hacs.json for publishing (00207dd)

  • Merge pull request #112 from MislavMandaric/chore/hacs-action-ignore

Removal of ignore for brand validation in HACS action (697ebbe)

v0.5.1 (2022-05-15)

Chore

Fix

  • fix: Replaces deprecated constants with enums (5c202fe)

Unknown

  • Merge pull request #111 from MislavMandaric/fix/remove-deprecated-constants

Replacing deprecated constants with enums (bd119d7)

  • Merge pull request #99 from alexbelgium/patch-2

docs: add Vaillant and Migo parameters in readme (1c6cb56)

v0.5.0 (2022-04-18)

Chore

  • chore: Improves logging. (7cd0a9b)

Documentation

  • docs: removed secret key (fa7d5fe)

  • docs: add Vaillant and Migo parameters in readme

Description of basic informations. Method to obtain client credentials is aligned with the integration help text. (6549a0d)

Feature

  • feat: add french translation (6804fe5)

  • feat: Improves existing translations by using predefined HA Core translations and adds new reauth translations. (da6b9f9)

  • feat: Adds reauth handler in config flow which is triggered by unauthorized error from the API. (e7ea00b)

Unknown

  • Add Polish translation

Add Polish translation (75d24d1)

  • Merge pull request #98 from alexbelgium/patch-1

feat: add french translation (fbbd7f9)

  • Merge pull request #97 from MislavMandaric/feat/reauth

Adds reauth step to config flow (9420a18)

v0.4.1 (2022-04-08)

Chore

  • chore: Updates devcontainer and cleans up scripts. (011e475)

Fix

  • fix: Fixes issue when comparing temperatures in case setpoint temperature is not set, like in summer mode (a00ead5)

  • fix: Removes custom title translation for configuring the integration through the UI (bb471f4)

  • fix: Replaces deprecated entity config consts with new enum with the same purpose (ef18d97)

Unknown

  • Merge pull request #93 from MislavMandaric/fix/summer-action

Setpoint temperature none compared to current temperature (63f4519)

  • Merge pull request #92 from MislavMandaric/fix/entity-category

Fix for entity categories (530bf92)

v0.4.0 (2022-02-20)

Feature

  • feat: Changes start time for measure api to 1h instead of 30mins (d7a3daa)

  • feat: Adds debug log for changes of temp measurements (cfc81b6)

Unknown

  • Merge pull request #64 from MislavMandaric/fix/temp_measures

Updates of temp measurement config (6b1d379)

v0.3.0 (2022-01-22)

Feature

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

v0.2.4 (2022-01-02)

Fix

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

Unknown

  • Merge pull request #45 from MislavMandaric/fix/cache-lib-upgrade

Library upgrade to fix caching issues (8740460)

v0.2.3 (2021-12-31)

Fix

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

Unknown

  • Merge pull request #44 from MislavMandaric/fix/no-cache-httpx

Cache control headers (c361899)

v0.2.2 (2021-12-29)

Fix

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

Unknown

  • Merge pull request #42 from MislavMandaric/fix/poll-debugging

Debug for climate state update (91db650)

v0.2.1 (2021-12-03)

Fix

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

Unknown

  • Merge pull request #30 from MislavMandaric/fix/custom-profiles-bug

Fix for error when schedule contains custom profile (4350d97)

v0.2.0 (2021-12-02)

Chore

  • chore: Updates library to the new version and refactors select entity to use names instead of IDs (bba006b)

Documentation

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

Feature

  • feat: Adds dummy updated websocket handler (7973553)

  • feat: Changes websockets to use vaillant vsmart specific domain url (e2a4dc5)

  • feat: Adds POC backend for supporting scheduler-card Lovelace cards (9f8efef)

  • feat: Adds profile select entity which shows currently active profile for a schedule (273ee17)

  • feat: Adds switch entity for each schedule defined for a thermostat (cf6b108)

Fix

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

Unknown

  • Merge pull request #28 from MislavMandaric/fix/diagnostic-select

Selected entity as diagnostic (5d8073c)

  • Merge pull request #26 from MislavMandaric/feat/schedule-backend

Support for scheduler-card (76a1bb7)

  • Merge pull request #23 from MislavMandaric/feat/schedule-entities

Adding support for schedules in HA (7ce9928)

v0.1.1 (2021-11-19)

Fix

  • fix: Fixes automated release config. (06193b0)

v0.1.0 (2021-11-19)

Chore

  • chore: Attempt at fixing semantic release config (c6ff0e9)

  • chore: Removes unnecessary translations (91af8c7)

  • chore: Updates the docs with new platforms info (a5be2b4)

  • chore: Adds custom repository info to the readme (0097405)

  • chore: Updates github actions setup (6b0a17d)

  • chore: Updates hacs info installation instructions to be consistant with the readme (71b461b)

  • chore: Updates documentation and hacs config (c14e1df)

  • chore: Updates docs (8ca6635)

  • chore: Updates the dev environment (bbce0ec)

Feature

  • feat: Adds battery level sensor (0a89d09)

  • feat: Adds entity category to HWB switch (91c65a7)

  • feat: Upgrades api library to new version without authlib, refactors integration to use it (bacd6af)

  • feat: Improves error handling and logging; updates library with better timeouts and request retries (878f455)

  • feat: Adds HWB switch to the component (6b9910e)

  • feat: Adds translations (e8def47)

  • feat: Adds manifest (ef3ea0d)

  • feat: Refactors and adds required integration code (ad34ebf)

Fix

  • fix: Fixes switch import issue (5d9159e)

  • fix: Updates library to include sanitized logging (1bbe3be)

Unknown

  • Merge pull request #22 from MislavMandaric/chore/translations-fix

Fixes translations (7131ca2)

  • Merge pull request #16 from MislavMandaric/feat/battery-sensor

Battery level sensor (c2c8f95)

  • Merge pull request #3 from MislavMandaric/dependabot/pip/pytest-homeassistant-custom-component-0.4.4

Bump pytest-homeassistant-custom-component from 0.4.0 to 0.4.4 (c78c60e)

  • Bump pytest-homeassistant-custom-component from 0.4.0 to 0.4.4

Bumps pytest-homeassistant-custom-component from 0.4.0 to 0.4.4.


updated-dependencies:

  • dependency-name: pytest-homeassistant-custom-component dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> (a5bb7c1)

  • Project initialized with cookiecutter and blueprint template (51d9399)

  • Initial commit (f5331e3)