Skip to content

Commit

Permalink
Bump hahomematic to 2025.1.5 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Jan 11, 2025
1 parent 415cad8 commit 6f2aa15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Version 1.78.0 (2025-01-08)
# Version 1.78.0 (2025-01-11)

## What's Changed
- Bump hahomematic to 2025.1.4
- Bump hahomematic to 2025.1.5
- Consider heating value type when calculating hvac action
- Identify channel of a system variable if name ends with channel address
- Fix issue with programs/sysvars on backend restart
- Identify channel of a system variable if name ends with channel address
- Refactor create\_\* methods:
- Speedup wildcard lookup
- Add entity descriptions for (some statistics might be recalculated):
- svHmIPRainCounter*, svHmIPRainCounterToday*, svHmIPRainCounterYesterday*
- svHmIPSunshineCounter*, svHmIPSunshineCounterToday*, vHmIPSunshineCounterYesterday*
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.4"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.5"

DEFAULT_ENABLE_DEVICE_FIRMWARE_CHECK: Final = True
DEFAULT_ENABLE_SYSTEM_NOTIFICATIONS: Final = True
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/sukramj/hahomematic/issues",
"loggers": ["hahomematic"],
"requirements": ["hahomematic==2025.1.4"],
"requirements": ["hahomematic==2025.1.5"],
"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.42.0
hahomematic==2025.1.4
hahomematic==2025.1.5
homeassistant==2025.1.2
isal==1.7.1
mypy-dev==1.14.0a7
Expand Down

0 comments on commit 6f2aa15

Please sign in to comment.