From 862d662bbc252f5da0a6f68c1d216d70f28b6eba Mon Sep 17 00:00:00 2001 From: Bouwe Date: Sat, 4 Nov 2023 15:00:12 +0100 Subject: [PATCH 1/2] Correct name of known obsolete sensor --- plugwise/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugwise/constants.py b/plugwise/constants.py index 6baca3763..192490b8b 100644 --- a/plugwise/constants.py +++ b/plugwise/constants.py @@ -179,7 +179,7 @@ OBSOLETE_MEASUREMENTS: Final[tuple[str, ...]] = ( "central_heater_water_pressure", - "outdoor_air_temperature", + "outdoor_temperature", ) # Known types of Smiles and Stretches From 9e159f098b546616ebface6ad8146c44e971cd46 Mon Sep 17 00:00:00 2001 From: Bouwe Date: Sat, 4 Nov 2023 16:49:05 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e98417e6..49fda9922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Changelog +## Ongoing + +- Bugfix: correct removal of obsolete `outdoor_air_temperature` sensor. + ## v0.34.4 -- Bugfix: avoid device_list growing at every full-update, add device_list to fixtures +- Bugfix: avoid device_list growing at every full-update, add device_list to fixtures. ## v0.34.3 - Anna+Elga now always has `cooling_present` set to `True`: the Elga (always) has cooling-capability. -- Cooling-mode on/off is determined from specific Elga status-codes +- Cooling-mode on/off is determined from specific Elga status-codes. ## v0.34.2 @@ -20,14 +24,14 @@ - New feature: for Adam, provide mode = off, related to the regulation_mode = off, and mode = cool, for regulation_mode = cooling. Also, for Adam, return to providing a single setpoint for both heating and cooling. - Update userdata, manual-fixture-creation, and tests related to the added modes. -- A few small Typing updates -- Manually change the adam_jip fixture, for testing in pw-beta/Core plugwise +- A few small Typing updates. +- Manually change the adam_jip fixture, for testing in pw-beta/Core plugwise. ## v0.33.2 Bugfix for HA climate - Remove last_used (schedule) from output. - Bugfix for [Core Issue #102204](https://github.com/home-assistant/core/issues/102204) -- Add item-count to output +- Add item-count to output. - Support python 3.12 ## v0.33.1 Bugfix for Adam