Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hahomematic to 2025.1.19 #810

Merged
merged 3 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version 1.80.0 (2025-01-28)

## What's Changed
- Bump hahomematic to 2025.1.18
- Bump hahomematic to 2025.1.19
- Add calculated data points:
- ApparentTemperature
- DewPoint
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 @@ -13,7 +13,7 @@
HMIP_LOCAL_MIN_HA_VERSION: Final = "2024.12.0"
ENABLE_EXPERIMENTAL_FEATURES: Final = False

HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.18"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.1.19"

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/entity_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ class HmButtonEntityDescription(HmEntityDescription, ButtonEntityDescription):
key="BLIND",
device_class=CoverDeviceClass.BLIND,
),
("HmIP-BROLL", "HmIP-FROLL"): CoverEntityDescription(
("HmIP-BROLL", "HmIP-FROLL", "HM-LC-Bl1PBU-FM"): CoverEntityDescription(
key="SHUTTER",
device_class=CoverDeviceClass.SHUTTER,
),
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.18"],
"requirements": ["hahomematic==2025.1.19"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
6 changes: 3 additions & 3 deletions custom_components/homematicip_local/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@
"air_pressure": {
"name": "Air Pressure"
},
"apparent_temperature": {
"name": "Apparent Temperature"
},
"alarm_messages": {
"name": "AlarmMessages"
},
"apparent_temperature": {
"name": "Apparent Temperature"
},
"average_illumination": {
"name": "Average Illumination"
},
Expand Down
6 changes: 3 additions & 3 deletions custom_components/homematicip_local/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,12 @@
"air_pressure": {
"name": "Luftdruck"
},
"apparent_temperature": {
"name": "Gefühlte Temperatur"
},
"alarm_messages": {
"name": "Alarmmeldungen"
},
"apparent_temperature": {
"name": "Gefühlte Temperatur"
},
"average_illumination": {
"name": "Durchschnittliche Beleuchtungsstärke"
},
Expand Down
6 changes: 3 additions & 3 deletions custom_components/homematicip_local/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@
"air_pressure": {
"name": "Air Pressure"
},
"apparent_temperature": {
"name": "Apparent Temperature"
},
"alarm_messages": {
"name": "AlarmMessages"
},
"apparent_temperature": {
"name": "Apparent Temperature"
},
"average_illumination": {
"name": "Average Illumination"
},
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.43.0
hahomematic==2025.1.18
hahomematic==2025.1.19
homeassistant==2025.1.4
isal==1.7.1
mypy-dev==1.14.0a7
Expand Down