diff --git a/changelog.md b/changelog.md index a7f26e91..be5ab852 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,14 @@ # Version 1.80.0 (2025-01-30) ## What's Changed -- Bump hahomematic to 2025.1.21 +- Bump hahomematic to 2025.1.22 - Add calculated data points: - ApparentTemperature - DewPoint - FrostPoint - OperatingVoltageLevel - VaporConcentration + - Add config option to define the hm_master_poll_after_send_intervals - Add LOW_BAT_LIMIT - Add WEEK_PROGRAM_POINTER for bidcos climate devices - Add climate presets based on WEEK_PROGRAM_POINTER diff --git a/custom_components/homematicip_local/const.py b/custom_components/homematicip_local/const.py index b6827b8c..d43438c3 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.21" +HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.22" 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 1f04bd00..0cb0003d 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.21"], + "requirements": ["hahomematic==2025.1.22"], "ssdp": [ { "manufacturer": "EQ3", diff --git a/requirements_test.txt b/requirements_test.txt index 95a56904..f7080aa8 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.21 +hahomematic==2025.1.22 homeassistant==2025.1.4 isal==1.7.1 mypy-dev==1.14.0a7