Skip to content

Commit

Permalink
Bump hahomematic to 2024.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 15, 2024
1 parent 2dd9f50 commit 02ea5ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- Use service get_link_paramset to read direct connections

## What's Changed
- Bump hahomematic to 2024.9.6
- Bump hahomematic to 2024.9.7
- Add bind_collector to all relevant methods with option to disable it
- Add check for link paramsets
- Add getLinkPeers XmlRPC method
- Add missing PayloadMixin
Expand All @@ -15,8 +16,10 @@
- Check rx_mode
- Do not create update entities that are not updatable (manually remove obsolete update entities)
- Ensure only one load/save of cache file at time
- Identify bind_collector annotated methods
- Improve paramset key check
- Load all paramsets
- Mark externally accessed services with service_call if bind_collector is not appropriate
- Mark only level as relevant entity for DALI
- Only try device update refresh if device is updatable
- Refactor update entity
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.9.6"],
"requirements": ["hahomematic==2024.9.7"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements_test_pre_commit.txt

async-upnp-client==0.40.0
hahomematic==2024.9.6
hahomematic==2024.9.7
homeassistant==2024.9.1
mypy==1.11.2
mypy-dev==1.11.0a9
Expand Down

0 comments on commit 02ea5ac

Please sign in to comment.