From 49041fa1cefde73176ef76a0b26efa537eef354c Mon Sep 17 00:00:00 2001 From: SukramJ Date: Thu, 30 Jan 2025 17:11:18 +0100 Subject: [PATCH] Bump hahomematic to 2025.1.21 --- changelog.md | 5 +++-- custom_components/homematicip_local/const.py | 2 +- custom_components/homematicip_local/manifest.json | 2 +- requirements_test.txt | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 87d99483..a7f26e91 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ -# Version 1.80.0 (2025-01-28) +# Version 1.80.0 (2025-01-30) ## What's Changed -- Bump hahomematic to 2025.1.20 +- Bump hahomematic to 2025.1.21 - Add calculated data points: - ApparentTemperature - DewPoint @@ -15,6 +15,7 @@ - Don't read on unavailable devices - Enable schedule on hm thermostat - Fix usage of master dps for bidcos climate devices + - Improve connection error handling - Poll master dp values 5s after send for bidcos devices - Refactor parameter_visibility - Rename paramset_key to paramset_key_or_link_address for put_paramset diff --git a/custom_components/homematicip_local/const.py b/custom_components/homematicip_local/const.py index 43ab5654..b6827b8c 100644 --- a/custom_components/homematicip_local/const.py +++ b/custom_components/homematicip_local/const.py @@ -13,7 +13,7 @@ HMIP_LOCAL_MIN_HA_VERSION: Final = "2024.12.0" ENABLE_EXPERIMENTAL_FEATURES: Final = False -HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.20" +HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.21" DEFAULT_ENABLE_DEVICE_FIRMWARE_CHECK: Final = True DEFAULT_ENABLE_SYSTEM_NOTIFICATIONS: Final = True diff --git a/custom_components/homematicip_local/manifest.json b/custom_components/homematicip_local/manifest.json index 5436a2cf..1f04bd00 100644 --- a/custom_components/homematicip_local/manifest.json +++ b/custom_components/homematicip_local/manifest.json @@ -10,7 +10,7 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/sukramj/hahomematic/issues", "loggers": ["hahomematic"], - "requirements": ["hahomematic==2025.1.20"], + "requirements": ["hahomematic==2025.1.21"], "ssdp": [ { "manufacturer": "EQ3", diff --git a/requirements_test.txt b/requirements_test.txt index 7f78fddc..95a56904 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ -r requirements_test_pre_commit.txt async-upnp-client==0.43.0 -hahomematic==2025.1.20 +hahomematic==2025.1.21 homeassistant==2025.1.4 isal==1.7.1 mypy-dev==1.14.0a7