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