Skip to content

Commit

Permalink
Bump hahomematic to 2025.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jan 15, 2025
1 parent 43c4f2c commit 87f56c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Version 1.79.0 (2025-01-15)

## What's Changed
- Bump hahomematic to 2025.1.8
- Bump hahomematic to 2025.1.9
- Improve defaultdict usage
- Load cached files as defaultdicts
- Use Mapping instead of dict where possible

# Version 1.78.1 (2025-01-14)
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 @@ -12,7 +12,7 @@
DOMAIN: Final = "homematicip_local"
HMIP_LOCAL_MIN_HA_VERSION: Final = "2024.12.0"
ENABLE_EXPERIMENTAL_FEATURES: Final = False
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.8"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.9"

DEFAULT_ENABLE_DEVICE_FIRMWARE_CHECK: Final = True
DEFAULT_ENABLE_SYSTEM_NOTIFICATIONS: Final = True
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/sukramj/hahomematic/issues",
"loggers": ["hahomematic"],
"requirements": ["hahomematic==2025.1.8"],
"requirements": ["hahomematic==2025.1.9"],
"ssdp": [
{
"manufacturer": "EQ3",
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.78.1",
"version": "1.79.0",
"zeroconf": []
}
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.42.0
hahomematic==2025.1.8
hahomematic==2025.1.9
homeassistant==2025.1.2
isal==1.7.1
mypy-dev==1.14.0a7
Expand Down

0 comments on commit 87f56c6

Please sign in to comment.