1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fixing minor case errors in strings for systemnexa2 (#163567)

This commit is contained in:
konsulten
2026-02-19 17:39:00 +01:00
committed by GitHub
parent 77159e612e
commit eb7e00346d
@@ -7,7 +7,7 @@
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unknown_connection_error": "Unknown error when accessing `{host}`",
"unsupported_model": "Unsupported device model `{model}` version `{sw_version}`",
"wrong_device": "The device at the new Hostname/IP address does not match the configured device identity"
"wrong_device": "The device at the new hostname/IP address does not match the configured device identity"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
@@ -22,10 +22,10 @@
},
"user": {
"data": {
"host": "IP/Hostname"
"host": "IP/hostname"
},
"data_description": {
"host": "Hostname or IP Address of the device"
"host": "Hostname or IP address of the device"
}
}
}
@@ -54,7 +54,7 @@
"message": "Failed to communicate with the device. Please verify that the device is powered on and connected to the network"
},
"failed_to_initiate_connection": {
"message": "Failed to initialize device with IP/Hostname `{host}`, please verify that the device is powered on and reachable on port 3000"
"message": "Failed to initialize device with IP/hostname `{host}`, please verify that the device is powered on and reachable on port 3000"
}
}
}