Skip to content

Commit

Permalink
Bump hahomematic to 2023.10.6 (#558)
Browse files Browse the repository at this point in the history
* Bump hahomematic to 2023.10.6

* Update requirements_test.txt
  • Loading branch information
SukramJ authored Oct 8, 2023
1 parent 627aecb commit 29b4345
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 1.45.0 (2023-10-07)

- Bump hahomematic to 2023.10.5
- Bump hahomematic to 2023.10.6
- Add started property to central
- Rename:
- value_list -> values
Expand All @@ -9,6 +9,10 @@
- Use more tuple instead of list
- Cleanup code
- Collect subscribed entities in central
- Add faultCode and faultString to xmlrpc.client.Fault
- Use Mapping/Set for readonly access
- Use enum for CE fields
- Use Parameter for ED
- Follow backend changes

# Version 1.44.1 (2023-10-04)
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==2023.10.5"],
"requirements": ["hahomematic==2023.10.6"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

async-upnp-client
coverage==7.3.1
hahomematic==2023.10.5
hahomematic==2023.10.6
homeassistant==2023.10.1
mypy==1.5.1
pip==23.2.1
Expand Down

0 comments on commit 29b4345

Please sign in to comment.