Skip to content

Commit

Permalink
Bump hahomematic to 2024.9.1 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Sep 2, 2024
1 parent 926c034 commit 5f8af40
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Version 1.66.0 (2024-09-01)

- Bump hahomematic to 2024.9.0
- Bump hahomematic to 2024.9.1
- Add check for link paramsets
- Add getLinkPeers XmlRPC method
- Add paramset_key to entity_key
- Avoid permanent cache save on remove device
- Check rx_mode
- Do not create update entities that are not updatable (manually remove obsolete update entities)
- Ensure only one load/save of cache file at time
- Improve paramset key check
- Load all paramsets
- Mark only level as relevant entity for DALI
- Only try device update refresh if device is updatable
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.9.0"],
"requirements": ["hahomematic==2024.9.1"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
},
"name": "Get device value"
},
"get_link_peers": {
"get_link_peers": {
"description": "Call to getLinkPeers in the RPC XML interface.",
"fields": {
"channel": {
Expand Down
10 changes: 5 additions & 5 deletions custom_components/homematicip_local/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
"description": "Erzwingt die Verfügbarkeit eines Geräts. Dadurch wird der tatsächliche Status überschrieben.",
"fields": {
"device_address": {
"description": "Geben Sie eine Geräteadresse ein.",
"description": "Geben die Geräteadresse ein.",
"name": "Geräteadresse"
},
"device_id": {
Expand Down Expand Up @@ -733,7 +733,7 @@
"name": "Kanal"
},
"device_address": {
"description": "Geben Sie eine Geräteadresse ein.",
"description": "Geben die Geräteadresse ein.",
"name": "Geräteadresse"
},
"device_id": {
Expand All @@ -751,7 +751,7 @@
"name": "Kanal"
},
"device_address": {
"description": "Geben Sie eine Geräteadresse ein.",
"description": "Geben die Geräteadresse ein.",
"name": "Geräteadresse"
},
"device_id": {
Expand Down Expand Up @@ -783,7 +783,7 @@
"name": "Kanal"
},
"device_address": {
"description": "Geben Sie eine Geräteadresse ein.",
"description": "Geben die Geräteadresse ein.",
"name": "Geräteadresse"
},
"device_id": {
Expand Down Expand Up @@ -835,7 +835,7 @@
"name": "Kanal"
},
"device_address": {
"description": "Geben Sie eine Geräteadresse ein.",
"description": "Geben die Geräteadresse ein.",
"name": "Geräteadresse"
},
"device_id": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
},
"name": "Get device value"
},
"get_link_peers": {
"get_link_peers": {
"description": "Call to getLinkPeers in the RPC XML interface.",
"fields": {
"channel": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def installed_version(self) -> str | None:
@property
def in_progress(self) -> bool | int | None:
"""Update installation progress."""
return self._hm_entity.in_progress()
return self._hm_entity.in_progress

@property
def latest_version(self) -> str | None:
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements_test_pre_commit.txt

async-upnp-client==0.40.0
hahomematic==2024.9.0
hahomematic==2024.9.1
homeassistant==2024.9.0b2
mypy==1.11.2
mypy-dev==1.11.0a9
pre-commit==3.8.0
pydevccu==0.1.8
pylint==3.2.6
pylint==3.2.7
pytest-homeassistant-custom-component==0.13.158

0 comments on commit 5f8af40

Please sign in to comment.