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

Add descriptions to flows #711

Merged
merged 1 commit into from
Aug 25, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ If you are using Homegear the names are fetched using metadata available via XML

These two options are required for _special_ network environments. If for example Home Assistant is running within a Docker container and detects its own IP to be within the Docker network, the CCU won't be able to establish the connection to Home Assistant. In this case you have to specify which address and port the CCU should connect to. This may require forwarding connections on the Docker host machine to the relevant container.

**To reset the callback_host it must be set to one blank character.**
**To reset the callback_port it must be set to 0.**
**To reset the callback host it must be set to one blank character.**
**To reset the callback port it must be set to 0.**

## System variables

Expand Down
10 changes: 8 additions & 2 deletions custom_components/homematicip_local/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"data_description": {
"instance_name": "Name of the HA instance.\n If you want to connect to the same CCU instance from multiple HA installations this instance_name must be unique on every HA instance.",
"password": "Case sensitive. Allowed characters: A-Z, a-z, 0-9 and .!$():;#-",
"username": "Case sensitive. User must be in admin role."
"username": "Case sensitive. User must be in admin role.",
"callback_host": "To reset the callback host it must be set to one blank character.",
"callback_port": "To reset the callback port it must be set to 0.",
"json_port": "To reset the JSON-RPC Port it must be set to 0."
},
"description": "Please fill the required fields."
},
Expand Down Expand Up @@ -580,7 +583,10 @@
},
"data_description": {
"password": "Case sensitive. Allowed characters: A-Z, a-z, 0-9 and .!$():;#-",
"username": "Case sensitive. User must be in admin role."
"username": "Case sensitive. User must be in admin role.",
"callback_host": "To reset the callback host it must be set to one blank character.",
"callback_port": "To reset the callback port it must be set to 0.",
"json_port": "To reset the JSON-RPC Port it must be set to 0."
},
"description": "Re-Configure the CCU"
},
Expand Down
10 changes: 8 additions & 2 deletions custom_components/homematicip_local/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"data_description": {
"instance_name": "Name der HA-Instanz.\n Wenn von mehreren HA-Installationen aus eine Verbindung mit derselben CCU-Instanz herstellt werden soll, muss dieser Instanzname auf jeder HA-Instanz eindeutig sein.",
"password": "Groß-/Kleinschreibung beachten. Erlaubte Zeichen: A-Z, a-z, 0-9 und .!$():;#-",
"username": "Groß-/Kleinschreibung beachten. Benutzer muss die Administratorrolle haben."
"username": "Groß-/Kleinschreibung beachten. Benutzer muss die Administratorrolle haben.",
"callback_host": "Um den Callback-Host zurückzusetzen, muss der Wert auf ein Leerzeichen gesetzt werden.",
"callback_port": "Um den Callback-Port zurückzusetzen, muss der Wert auf 0 gesetzt werden.",
"json_port": "Um den JSON-Port zurückzusetzen, muss der Wert auf 0 gesetzt werden."
},
"description": "Bitte Pflichtfelder ausfüllen"
},
Expand Down Expand Up @@ -583,7 +586,10 @@
},
"data_description": {
"password": "Groß-/Kleinschreibung beachten. Erlaubte Zeichen: A-Z, a-z, 0-9 und .!$():;#-",
"username": "Groß-/Kleinschreibung beachten. Benutzer muss die Administratorrolle haben"
"username": "Groß-/Kleinschreibung beachten. Benutzer muss die Administratorrolle haben",
"callback_host": "Um den Callback-Host zurückzusetzen, muss der Wert auf ein Leerzeichen gesetzt werden.",
"callback_port": "Um den Callback-Port zurückzusetzen, muss der Wert auf 0 gesetzt werden.",
"json_port": "Um den JSON-Port zurückzusetzen, muss der Wert auf 0 gesetzt werden."
},
"description": "Neu-Konfiguration der CCU"
},
Expand Down
10 changes: 8 additions & 2 deletions custom_components/homematicip_local/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"data_description": {
"instance_name": "Name of the HA instance.\n If you want to connect to the same CCU instance from multiple HA installations this instance_name must be unique on every HA instance.",
"password": "Case sensitive. Allowed characters: A-Z, a-z, 0-9 and .!$():;#-",
"username": "Case sensitive. User must be in admin role."
"username": "Case sensitive. User must be in admin role.",
"callback_host": "To reset the callback host it must be set to one blank character.",
"callback_port": "To reset the callback port it must be set to 0.",
"json_port": "To reset the JSON-RPC Port it must be set to 0."
},
"description": "Please fill the required fields."
},
Expand Down Expand Up @@ -580,7 +583,10 @@
},
"data_description": {
"password": "Case sensitive. Allowed characters: A-Z, a-z, 0-9 and .!$():;#-",
"username": "Case sensitive. User must be in admin role."
"username": "Case sensitive. User must be in admin role.",
"callback_host": "To reset the callback host it must be set to one blank character.",
"callback_port": "To reset the callback port it must be set to 0.",
"json_port": "To reset the JSON-RPC Port it must be set to 0."
},
"description": "Re-Configure the CCU"
},
Expand Down
Loading