Skip to content

Commit

Permalink
Bump hahomematic to 2023.10.7 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Oct 10, 2023
1 parent 29b4345 commit 74beb5c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.46.0 (2023-10-10)

- Bump hahomematic to 2023.10.7
- Adjust typing after move to more enums
- Add measure_execution_time to writing methodes
- Fix send sysvar #1249
- Add HmIPW-SCTHD

# Version 1.45.0 (2023-10-07)

- Bump hahomematic to 2023.10.6
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/logbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@callback
def async_describe_events(
hass: HomeAssistant,
_hass: HomeAssistant,
async_describe_event: Callable[[str, str, Callable[[Event], dict[str, str]]], None],
) -> None:
"""Describe logbook events."""
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.10.6"],
"requirements": ["hahomematic==2023.10.7"],
"ssdp": [
{
"manufacturer": "EQ3",
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.45.0",
"version": "1.46.0",
"zeroconf": []
}
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.6
hahomematic==2023.10.7
homeassistant==2023.10.1
mypy==1.5.1
pip==23.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.5
black==23.9.1
codespell==2.2.5
codespell==2.2.6
ruff==0.0.292
yamllint==1.32.0

0 comments on commit 74beb5c

Please sign in to comment.