Skip to content

Commit

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

* Update requirements_test.txt
  • Loading branch information
SukramJ authored Dec 16, 2023
1 parent 6e614c3 commit 3ca6507
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Version 1.51.0 (2023-12-15)
# Version 1.51.0 (2023-12-16)

- Bump hahomematic to 2023.12.2
- Bump hahomematic to 2023.12.3
- Save all rooms to entity model
- Set attributes of dataclasses
- Add another reason to ping pong mismatch
- Fix entity names without translations

# Version 1.50.0 (2023-12-01)
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==2023.12.2"],
"requirements": ["hahomematic==2023.12.3"],
"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 @@ -514,7 +514,7 @@
},
"pending_pong_mismatch": {
"title": "Pending Pong mismatch on interface {interface_id}",
"description": "There is a mismatch between send ping events and received pong events for HA instance {instance_name}.\n\nPossible reasons:\n - You are running multiple instances of HA with the same instance name configured for this integration. Re-add one instance! Otherwise this HA instance will not receive update events from your CCU.\n - Something is stuck on the CCU or hasn't been cleaned up. Therefore, try a restart."
"description": "There is a mismatch between send ping events and received pong events for HA instance {instance_name}.\n\nPossible reasons:\n - You are running multiple instances of HA with the same instance name configured for this integration. Re-add one instance! Otherwise this HA instance will not receive update events from your CCU.\n - Something is stuck on the CCU or hasn't been cleaned up. Therefore, try a restart.\n - Your setup is misconfigured and HA is not able to receive events from the CCU."
},
"interface_not_reachable": {
"title": "Interface {interface_id} not reachable",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
},
"pending_pong_mismatch": {
"title": "Austehende Pong Ereignisse auf Interface {interface_id}.",
"description": "Es besteht eine Differenz zwischen gesendeten Ping-Ereignissen und empfangenen Pong-Ereignissen für die HA-Instanz {instance_name}.\n\nMögliche Gründe:\n - Sie führen mehrere Instanzen von HA mit demselben Instanznamen aus, der für diese Integration konfiguriert ist. Fügen Sie eine Instanz erneut hinzu! Andernfalls empfängt diese HA-Instanz keine Aktualisierungsereignisse von Ihrer CCU.\n - Etwas hängt in der CCU oder wurde nicht bereinigt, also versuchen Sie einen CCU Neustart."
"description": "Es besteht eine Differenz zwischen gesendeten Ping-Ereignissen und empfangenen Pong-Ereignissen für die HA-Instanz {instance_name}.\n\nMögliche Gründe:\n - Sie führen mehrere Instanzen von HA mit demselben Instanznamen aus, der für diese Integration konfiguriert ist. Fügen Sie eine Instanz erneut hinzu! Andernfalls empfängt diese HA-Instanz keine Aktualisierungsereignisse von Ihrer CCU.\n - Etwas hängt in der CCU oder wurde nicht bereinigt, also versuchen Sie einen CCU Neustart.\n - Ihr Setup ist falsch konfiguriert und HA kann keine Ereignisse von der CCU empfangen."
},
"interface_not_reachable": {
"title": "Interface {interface_id} nicht erreichbar.",
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 @@ -514,7 +514,7 @@
},
"pending_pong_mismatch": {
"title": "Pending Pong mismatch on interface {interface_id}",
"description": "There is a mismatch between send ping events and received pong events for HA instance {instance_name}.\n\nPossible reasons:\n - You are running multiple instances of HA with the same instance name configured for this integration. Re-add one instance! Otherwise this HA instance will not receive update events from your CCU.\n - Something is stuck on the CCU or hasn't been cleaned up. Therefore, try a restart."
"description": "There is a mismatch between send ping events and received pong events for HA instance {instance_name}.\n\nPossible reasons:\n - You are running multiple instances of HA with the same instance name configured for this integration. Re-add one instance! Otherwise this HA instance will not receive update events from your CCU.\n - Something is stuck on the CCU or hasn't been cleaned up. Therefore, try a restart.\n - Your setup is misconfigured and HA is not able to receive events from the CCU."
},
"interface_not_reachable": {
"title": "Interface {interface_id} not reachable",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

async-upnp-client
coverage==7.3.2
hahomematic==2023.12.2
hahomematic==2023.12.3
homeassistant==2023.12.3
mypy==1.7.1
pip==23.3.1
Expand Down

0 comments on commit 3ca6507

Please sign in to comment.