Skip to content

Commit

Permalink
Bump hahomematic to 2024.8.0 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Aug 1, 2024
1 parent 3148532 commit db0b720
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db0b720

Please sign in to comment.