Skip to content

Commit aabaebb

Browse files
authored
Merge pull request #442 from plugwise/core-100306
Correct name of known obsolete sensor
2 parents 717553c + 9e159f0 commit aabaebb

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3+
## Ongoing
4+
5+
- Bugfix: correct removal of obsolete `outdoor_air_temperature` sensor.
6+
37
## v0.34.4
48

5-
- Bugfix: avoid device_list growing at every full-update, add device_list to fixtures
9+
- Bugfix: avoid device_list growing at every full-update, add device_list to fixtures.
610

711
## v0.34.3
812

913
- Anna+Elga now always has `cooling_present` set to `True`: the Elga (always) has cooling-capability.
10-
- Cooling-mode on/off is determined from specific Elga status-codes
14+
- Cooling-mode on/off is determined from specific Elga status-codes.
1115

1216
## v0.34.2
1317

@@ -20,14 +24,14 @@
2024
- New feature: for Adam, provide mode = off, related to the regulation_mode = off, and mode = cool, for regulation_mode = cooling.
2125
Also, for Adam, return to providing a single setpoint for both heating and cooling.
2226
- Update userdata, manual-fixture-creation, and tests related to the added modes.
23-
- A few small Typing updates
24-
- Manually change the adam_jip fixture, for testing in pw-beta/Core plugwise
27+
- A few small Typing updates.
28+
- Manually change the adam_jip fixture, for testing in pw-beta/Core plugwise.
2529

2630
## v0.33.2 Bugfix for HA climate
2731

2832
- Remove last_used (schedule) from output.
2933
- Bugfix for [Core Issue #102204](https://github.com/home-assistant/core/issues/102204)
30-
- Add item-count to output
34+
- Add item-count to output.
3135
- Support python 3.12
3236

3337
## v0.33.1 Bugfix for Adam

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
OBSOLETE_MEASUREMENTS: Final[tuple[str, ...]] = (
181181
"central_heater_water_pressure",
182-
"outdoor_air_temperature",
182+
"outdoor_temperature",
183183
)
184184

185185
# Known types of Smiles and Stretches

0 commit comments

Comments
 (0)