core/homeassistant/components/zwave_me/translations/en.json

20 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"no_valid_uuid_set": "No valid UUID set"
},
"error": {
"no_valid_uuid_set": "No valid UUID set"
},
"step": {
"user": {
"data": {
"token": "API Token",
"url": "URL"
},
"description": "Input IP address with port and access token of Z-Way server. To get the token go to the Z-Way user interface Smart Home UI > Menu > Settings > Users > Administrator > API token.\n\nExample of connecting to Z-Way in the local network:\nURL: {local_url}\nToken: {local_token}\n\nExample of connecting to Z-Way via remote access find.z-wave.me:\nURL: {find_url}\nToken: {find_token}\n\nExample of connecting to Z-Way with a static public IP address:\nURL: {remote_url}\nToken: {local_token}\n\nWhen connecting via find.z-wave.me you need to use a token with a global scope (log-in to Z-Way via find.z-wave.me for this)."
}
}
}
}