Skip to content

Commit

Permalink
Bump hahomematic to 2024.9.5 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 5, 2024
1 parent abf4ab9 commit e684c4e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Get a device parameter via the XML-RPC interface.
### `homematicip_local.get_link_peers`

Call to `getLinkPeers` on the XML-RPC interface.
Returns a dict of link partners
Returns a dict of direct connection partners

### `homematicip_local.get_paramset`

Expand All @@ -370,7 +370,7 @@ Returns a paramset

### `homematicip_local.get_link_paramset`

Call to `getParamset` for links on the XML-RPC interface.
Call to `getParamset` for direct connections on the XML-RPC interface.
Returns a paramset

### `homematicip_local.put_paramset`
Expand All @@ -379,7 +379,7 @@ Call to `putParamset` on the XML-RPC interface.

### `homematicip_local.put_link_paramset`

Call to `putParamset` for links on the XML-RPC interface.
Call to `putParamset` for direct connections on the XML-RPC interface.

### `homematicip_local.set_cover_combined_position`

Expand Down
12 changes: 9 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Version 1.66.0 (2024-09-01)
# Version 1.66.0 (2024-09-05)

- Bump hahomematic to 2024.9.4
## Breaking change:
- Use service put_link_paramset to manipulate direct connections
- Use service get_link_paramset to read direct connections

## What's new
- Bump hahomematic to 2024.9.5
- Add check for link paramsets
- Add getLinkPeers XmlRPC method
- Add paramset_key to entity_key
Expand All @@ -17,7 +22,8 @@
- Switch typing of paramset_key from str to ParamsetKey
- Use TypedDict for device_description
- Use TypedDict for parameter_data
- Add service get_link_peers
- Use validator for local schema
- Add services get_link_peers, get_link_paramset, put_link_paramset
- Use select for paramset_key with actions calls
- Use selector for rx_mode in service description

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.4"],
"requirements": ["hahomematic==2024.9.5"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
6 changes: 3 additions & 3 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.9.4
homeassistant==2024.9.0b3
hahomematic==2024.9.5
homeassistant==2024.9.0
mypy==1.11.2
mypy-dev==1.11.0a9
pre-commit==3.8.0
pydevccu==0.1.8
pylint==3.2.7
pytest-homeassistant-custom-component==0.13.159
pytest-homeassistant-custom-component==0.13.161

0 comments on commit e684c4e

Please sign in to comment.