Skip to content
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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Versions from 0.40 and up

## Ongoing

- Lining up strings with Core Plugwise, update translations via PR [#1048](https://github.com/plugwise/plugwise-beta/pull/1048)

## v0.64.1

- Line-up coordinator code with Core PR [#165936](https://github.com/home-assistant/core/pull/165936)
Expand Down
57 changes: 31 additions & 26 deletions custom_components/plugwise/strings.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
{
"config": {
"abort": {
"already_configured": "This device is already configured",
"already_configured": "Device is already configured",
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna",
"not_the_same_smile": "The configured Smile ID does not match the Smile ID on the requested IP address.",
"reconfigure_successful": "Reconfiguration successful"
"not_the_same_smile": "The provided Smile-ID does not match your device",
"reconfigure_successful": "Reconfiguration was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Authentication failed",
"invalid_auth": "Invalid authentication",
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
"network_down": "Plugwise Zigbee network is down",
"network_timeout": "Network communication timeout",
"response_error": "Invalid XML data, or error indication received from the Plugwise Adam/Smile/Stretch",
"stick_init": "Initialization of Plugwise USB-stick failed",
"unknown": "Unknown error!",
"response_error": "Invalid XML-data or error indication received",
"unknown": "Unexpected error",
"unsupported": "Device with unsupported firmware"
},
"step": {
"reconfigure": {
"data": {
"host": "IP-address",
"port": "Port number"
"host": "IP address"
},
"data_description": {
"host": "The hostname or IP address of your Smile. You can find it in your router or the Plugwise app."
},
"description": "Update configuration for {title}."
},
"user": {
"data": {
"host": "IP-address",
"password": "ID",
"port": "Port number",
"username": "Username"
"host": "IP address",
"password": "Smile-ID",
"port": "Port",
"username": "Smile username"
},
"data_description": {
"host": "The hostname or IP address of your Smile. You can find it in your router or the Plugwise app.",
"password": "The Smile-ID printed on the label on the back of your Adam, P1, Smile-T, or Stretch.",
"port": "By default your Smile uses port 80, normally you should not have to change this.",
"username": "Default is `smile`, or `stretch` for the legacy Stretch."
},
"description": "Enter your Plugwise device: (setup can take up to 90s)",
"description": "Enter your Plugwise device data: (setup can take up to 90s)",
"title": "Set up Plugwise Adam/Smile/Stretch"
}
}
Expand Down Expand Up @@ -236,7 +241,7 @@
"name": "Intended boiler temperature"
},
"maximum_boiler_temperature": {
"name": "Maximum boiler temperature setpoint"
"name": "Maximum boiler temperature"
},
"modulation_level": {
"name": "Modulation level"
Expand Down Expand Up @@ -301,10 +306,10 @@
"message": "Invalid authentication"
},
"data_incomplete_or_missing": {
"message": "Data incomplete or missing."
"message": "Data incomplete or missing"
},
"error_communicating_with_api": {
"message": "Error communicating with API: {error}."
"message": "Error communicating with API: {error}"
},
"failed_to_connect": {
"message": "Failed to connect"
Expand All @@ -313,10 +318,10 @@
"message": "Add your Adam instead of your Anna, see the documentation"
},
"response_error": {
"message": "Invalid XML data, or error indication received from the Plugwise Adam/Smile/Stretch"
"message": "Invalid XML-data or error indication received"
},
"set_schedule_first": {
"message": "Failed setting HVACMode, set a schedule first."
"message": "Failed setting HVACMode, set a schedule first"
},
"unsupported_firmware": {
"message": "Device with unsupported firmware"
Expand All @@ -328,19 +333,19 @@
"data": {
"cooling_on": "Anna: cooling-mode is on",
"refresh_interval": "Frontend refresh-time (1.5 - 5 seconds) *) beta-only option",
"scan_interval": "Scan Interval (seconds) *) beta-only option"
"scan_interval": "Scan interval (seconds) *) beta-only option"
},
"description": "Adjust Smile/Stretch Options"
"description": "Adjust Adam/Smile/Stretch options"
},
"none": {
"description": "This Integration does not provide any Options",
"title": "No Options available"
"description": "This integration does not provide any options",
"title": "No options available"
}
}
},
"services": {
"delete_notification": {
"description": "Deletes a Plugwise Notification",
"description": "Deletes a Plugwise notification",
"name": "Delete Plugwise notification"
}
}
Expand Down
57 changes: 31 additions & 26 deletions custom_components/plugwise/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
{
"config": {
"abort": {
"already_configured": "This device is already configured",
"already_configured": "Device is already configured",
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna",
"not_the_same_smile": "The configured Smile ID does not match the Smile ID on the requested IP address.",
"reconfigure_successful": "Reconfiguration successful"
"not_the_same_smile": "The provided Smile-ID does not match your device",
"reconfigure_successful": "Reconfiguration was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Authentication failed",
"invalid_auth": "Invalid authentication",
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
"network_down": "Plugwise Zigbee network is down",
"network_timeout": "Network communication timeout",
"response_error": "Invalid XML data, or error indication received from the Plugwise Adam/Smile/Stretch",
"stick_init": "Initialization of Plugwise USB-stick failed",
"unknown": "Unknown error!",
"response_error": "Invalid XML-data or error indication received",
"unknown": "Unexpected error",
"unsupported": "Device with unsupported firmware"
},
"step": {
"reconfigure": {
"data": {
"host": "IP-address",
"port": "Port number"
"host": "IP address"
},
"data_description": {
"host": "The hostname or IP address of your Smile. You can find it in your router or the Plugwise app."
},
"description": "Update configuration for {title}."
},
"user": {
"data": {
"host": "IP-address",
"password": "ID",
"port": "Port number",
"username": "Username"
"host": "IP address",
"password": "Smile-ID",
"port": "Port",
"username": "Smile username"
},
"data_description": {
"host": "The hostname or IP address of your Smile. You can find it in your router or the Plugwise app.",
"password": "The Smile-ID printed on the label on the back of your Adam, P1, Smile-T, or Stretch.",
"port": "By default your Smile uses port 80, normally you should not have to change this.",
"username": "Default is `smile`, or `stretch` for the legacy Stretch."
},
"description": "Enter your Plugwise device: (setup can take up to 90s)",
"description": "Enter your Plugwise device data: (setup can take up to 90s)",
"title": "Set up Plugwise Adam/Smile/Stretch"
}
}
Expand Down Expand Up @@ -236,7 +241,7 @@
"name": "Intended boiler temperature"
},
"maximum_boiler_temperature": {
"name": "Maximum boiler temperature setpoint"
"name": "Maximum boiler temperature"
},
"modulation_level": {
"name": "Modulation level"
Expand Down Expand Up @@ -301,10 +306,10 @@
"message": "Invalid authentication"
},
"data_incomplete_or_missing": {
"message": "Data incomplete or missing."
"message": "Data incomplete or missing"
},
"error_communicating_with_api": {
"message": "Error communicating with API: {error}."
"message": "Error communicating with API: {error}"
},
"failed_to_connect": {
"message": "Failed to connect"
Expand All @@ -313,10 +318,10 @@
"message": "Add your Adam instead of your Anna, see the documentation"
},
"response_error": {
"message": "Invalid XML data, or error indication received from the Plugwise Adam/Smile/Stretch"
"message": "Invalid XML-data or error indication received"
},
"set_schedule_first": {
"message": "Failed setting HVACMode, set a schedule first."
"message": "Failed setting HVACMode, set a schedule first"
},
"unsupported_firmware": {
"message": "Device with unsupported firmware"
Expand All @@ -328,19 +333,19 @@
"data": {
"cooling_on": "Anna: cooling-mode is on",
"refresh_interval": "Frontend refresh-time (1.5 - 5 seconds) *) beta-only option",
"scan_interval": "Scan Interval (seconds) *) beta-only option"
"scan_interval": "Scan interval (seconds) *) beta-only option"
},
"description": "Adjust Smile/Stretch Options"
"description": "Adjust Adam/Smile/Stretch options"
},
"none": {
"description": "This Integration does not provide any Options",
"title": "No Options available"
"description": "This integration does not provide any options",
"title": "No options available"
}
}
},
"services": {
"delete_notification": {
"description": "Deletes a Plugwise Notification",
"description": "Deletes a Plugwise notification",
"name": "Delete Plugwise notification"
}
}
Expand Down
Loading
Loading