Skip to content

Commit

Permalink
Bump hahomematic to 2024.10.16 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Oct 28, 2024
1 parent 71a6743 commit 5d370c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 1.69.0 (2024-10-27)
- Bump hahomematic to 2024.10.15
- Rename entity to data point to better distinguish from HA
- Bump hahomematic to 2024.10.16
- Optimize MASTER data load
- Rename model to better distinguish from HA
- Add missing action icons
- Follow backend changes

Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

DOMAIN: Final = "homematicip_local"
HMIP_LOCAL_MIN_HA_VERSION: Final = "2024.10.0dev0"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2024.10.15"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2024.10.16"

DEFAULT_DEVICE_FIRMWARE_CHECK_ENABLED: Final = True
DEFAULT_DEVICE_FIRMWARE_CHECK_INTERVAL: Final = 21600 # 6h
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.10.15"],
"requirements": ["hahomematic==2024.10.16"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements_test_pre_commit.txt

async-upnp-client==0.41.0
hahomematic==2024.10.15
hahomematic==2024.10.16
homeassistant==2024.10.3
mypy==1.12.0
mypy-dev==1.11.0a9
Expand Down

0 comments on commit 5d370c6

Please sign in to comment.