Skip to content

Commit

Permalink
Bump hahomematic to 2025.1.19 (#810)
Browse files Browse the repository at this point in the history
* Bump hahomematic to 2025.1.19

* Update entity_helpers.py

* Sort translations
  • Loading branch information
SukramJ authored Jan 30, 2025
1 parent a1943de commit adc7322
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
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

0 comments on commit adc7322

Please sign in to comment.