Skip to content

Commit

Permalink
Bump hahomematic to 2024.4.12 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Apr 24, 2024
1 parent e786f40 commit 69a05e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Version 1.60.0 (2024-04-24)

- Bump hahomematic to 2024.4.11
## Breaking change:

- tilt level is set to 50% to be open instead of 100%

## Changes:

- Bump hahomematic to 2024.4.12
- Rename loop_safe to loop_check
- Reduce loop_check to minimum
- Update ruff rules / requirements
Expand All @@ -18,6 +24,8 @@
- Move open/close from IpBlind to Blind
- Use central_client_factory fixture
- Ensure central.stop() is called in tests
- Fix missing param in unregister_entity_updated_callback
- Set open tilt level to 50%
- Add option to services to wait for set_value/put_paramset callback
- Add wait_for_callback to set_cover_combined_position

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.4.11"],
"requirements": ["hahomematic==2024.4.12"],
"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.4.4
hahomematic==2024.4.11
hahomematic==2024.4.12
homeassistant==2024.4.4
mypy==1.9.0
pip==24.0
Expand Down

0 comments on commit 69a05e3

Please sign in to comment.