diff --git a/changelog.md b/changelog.md index ca87c2d0..65f2d1a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Version 1.69.0 (2024-10-27) -- Bump hahomematic to 2024.10.15 - - Rename entity to data point to better distinguish from HA +- Bump hahomematic to 2024.10.16 + - Optimize MASTER data load + - Rename model to better distinguish from HA - Add missing action icons - Follow backend changes diff --git a/custom_components/homematicip_local/const.py b/custom_components/homematicip_local/const.py index 0009c140..6bd6dffb 100644 --- a/custom_components/homematicip_local/const.py +++ b/custom_components/homematicip_local/const.py @@ -11,7 +11,7 @@ DOMAIN: Final = "homematicip_local" HMIP_LOCAL_MIN_HA_VERSION: Final = "2024.10.0dev0" -HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2024.10.15" +HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2024.10.16" DEFAULT_DEVICE_FIRMWARE_CHECK_ENABLED: Final = True DEFAULT_DEVICE_FIRMWARE_CHECK_INTERVAL: Final = 21600 # 6h diff --git a/custom_components/homematicip_local/manifest.json b/custom_components/homematicip_local/manifest.json index 62ad3998..a3ef8415 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/danielperna84/hahomematic/issues", "loggers": ["hahomematic"], - "requirements": ["hahomematic==2024.10.15"], + "requirements": ["hahomematic==2024.10.16"], "ssdp": [ { "manufacturer": "EQ3", diff --git a/requirements_test.txt b/requirements_test.txt index aae87695..fe585f89 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ -r requirements_test_pre_commit.txt async-upnp-client==0.41.0 -hahomematic==2024.10.15 +hahomematic==2024.10.16 homeassistant==2024.10.3 mypy==1.12.0 mypy-dev==1.11.0a9