diff --git a/changelog.md b/changelog.md index 0ca3bf94..9f9b5d1f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ -# Version 1.64.0 (2024-07-02) +# Version 1.64.0 (2024-08-01) -- Bump hahomematic to 2024.7.1 +- Bump hahomematic to 2024.8.0 - Add button lock CE + - Reduce data load, if only device description is updated - Remove service delete_device. Use delete on the device entry instead - Fix triggers and action when using meta integrations - Add translation to button lock diff --git a/custom_components/homematicip_local/manifest.json b/custom_components/homematicip_local/manifest.json index 1d3992ce..7ac0e8b4 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.7.1"], + "requirements": ["hahomematic==2024.8.0"], "ssdp": [ { "manufacturer": "EQ3", diff --git a/requirements_test.txt b/requirements_test.txt index e6179fd6..c7bdb3b9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,11 +1,11 @@ -r requirements_test_pre_commit.txt async-upnp-client==0.40.0 -hahomematic==2024.7.1 -homeassistant==2024.7.3 -mypy==1.11.0 +hahomematic==2024.8.0 +homeassistant==2024.7.4 +mypy==1.11.1 mypy-dev==1.11.0a9 -pre-commit==3.7.1 +pre-commit==3.8.0 pydevccu==0.1.8 pylint==3.2.6 -pytest-homeassistant-custom-component==0.13.147 +pytest-homeassistant-custom-component==0.13.148