Skip to content

Commit

Permalink
Bump hahomematic to 2023.7.1 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jul 11, 2023
1 parent d513a82 commit c94803e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.39.1 (2023-07-11)

- Bump hahomematic to 2023.7.1
- Log an error about the ping/pong count mismatch

# Version 1.39.0 (2023-07-07)

- Bump hahomematic to 2023.7.0
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.7.0"],
"requirements": ["hahomematic==2023.7.1"],
"ssdp": [
{
"manufacturer": "EQ3",
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.39.0",
"version": "1.39.1",
"zeroconf": []
}
5 changes: 5 additions & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-r requirements_test_pre_commit.txt

pip==23.1.2
pre-commit==3.3.3

0 comments on commit c94803e

Please sign in to comment.