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 2024.9.1 #717

Merged
merged 1 commit into from
Sep 2, 2024
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
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