diff --git a/changelog.md b/changelog.md index 273407ef..cc7dba1d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ -# Version 1.53.0 (2024-01-05) +# Version 1.53.0 (2024-01-08) -- Bump hahomematic to 2024.1.3 +- Bump hahomematic to 2024.1.4 - Add duration=111600 when ramp_time used for HmIP-RGBW - Allow ordered execution of collector paramsets - Only consider relevant entities for HmIP-RGBW diff --git a/custom_components/homematicip_local/manifest.json b/custom_components/homematicip_local/manifest.json index c8ace113..667fb571 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.1.3"], + "requirements": ["hahomematic==2024.1.4"], "ssdp": [ { "manufacturer": "EQ3", diff --git a/requirements_test.txt b/requirements_test.txt index de3f6a66..76bd9f47 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ async-upnp-client coverage==7.3.2 -hahomematic==2024.1.2 +hahomematic==2024.1.4 homeassistant==2023.12.3 mypy==1.8.0 pip==23.3.2