core/homeassistant/components/zwave_me/strings.json

21 lines
995 B
JSON

{
"config": {
"step": {
"user": {
"description": "Input IP address of Z-Way server and Z-Way access token. IP address can be prefixed with wss:// if HTTPS should be used instead of HTTP. To get the token go to the Z-Way user interface > Menu > Settings > User > API token. It is suggested to create a new user for Home Assistant and grant access to devices you need to control from Home Assistant. It is also possible to use remote access via find.z-wave.me to connect a remote Z-Way. Input wss://find.z-wave.me in IP field and copy the token with Global scope (log-in to Z-Way via find.z-wave.me for this).",
"data": {
"url": "[%key:common::config_flow::data::url%]",
"token": "Token"
}
}
},
"error": {
"no_valid_uuid_set": "No valid UUID set"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_valid_uuid_set": "No valid UUID set"
}
}
}