Skip to content

Commit

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

* Bump hahomematic to 2023.9.8
  • Loading branch information
SukramJ authored Sep 30, 2023
1 parent 012d277 commit 458b63e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 1.43.1 (2023-10-01)

- Bump hahomematic to 2023.9.8
- Improve caching
- Cleanup cache naming
- Remove max_age from most method signatures
- Simplify data cache
- Rename some cache methods
- Remove attr prefix

# Version 1.43.0 (2023-09-29)

- Bump hahomematic to 2023.9.7
Expand Down
4 changes: 2 additions & 2 deletions custom_components/homematicip_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/danielperna84/hahomematic/issues",
"loggers": ["hahomematic"],
"requirements": ["hahomematic==2023.9.7"],
"requirements": ["hahomematic==2023.9.8"],
"ssdp": [
{
"manufacturer": "EQ3",
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.43.0",
"version": "1.43.1",
"zeroconf": []
}
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
-r requirements_test_pre_commit.txt

hahomematic==2023.9.7
homeassistant==2023.9.3
pytest-homeassistant-custom-component==0.13.57
async-upnp-client
coverage==7.3.0
hahomematic==2023.9.8
homeassistant==2023.9.3
mypy==1.5.1
pip==23.2.1
pre-commit==3.4.0
Expand All @@ -13,6 +12,7 @@ pylint-strict-informational==0.1
pylint==2.17.6
pytest-asyncio==0.21.0
pytest-cov==4.1.0
pytest-homeassistant-custom-component==0.13.57
pytest-rerunfailures==12.0
pytest-socket==0.6.0
pytest-timeout==2.1.0
Expand Down

0 comments on commit 458b63e

Please sign in to comment.