From 34438798abf423cafd0bbb7195206526d1d98343 Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Tue, 25 Jul 2023 20:24:02 +0200 Subject: [PATCH 1/2] Add missing fixture for updates --- scripts/update_fixtures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_fixtures.sh b/scripts/update_fixtures.sh index 1b773b120..900ba1b5a 100755 --- a/scripts/update_fixtures.sh +++ b/scripts/update_fixtures.sh @@ -2,7 +2,7 @@ set -eu # Fixtures consumed by plugwise-beta -test_fixtures="adam_multiple_devices_per_zone m_adam_cooling m_anna_heatpump_cooling p1v3_full_option stretch_v31 anna_heatpump_heating m_adam_heating m_anna_heatpump_idle p1v4_442_triple" +test_fixtures="adam_multiple_devices_per_zone m_adam_cooling adam_jip m_anna_heatpump_cooling p1v3_full_option stretch_v31 anna_heatpump_heating m_adam_heating m_anna_heatpump_idle p1v4_442_triple" target="../plugwise-beta" if [ $# -eq 1 ]; then From 1172a513b5290822d2a0c021ea67f1b4c8712d9a Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Tue, 25 Jul 2023 20:26:19 +0200 Subject: [PATCH 2/2] Add missing fixture for updates --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687496b2f..14d784f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## v0.31.8: Improve typing as per Core PR #96915 +## Ongoing + +- Code quality housekeeping + +## v0.31.8: Improve typing + +- Add BinarySensorType, SensorType, SwitchType as per HA Core PR 96915 ## v0.31.7: Various small updates