mirror of https://github.com/home-assistant/core
21 lines
1.2 KiB
JSON
21 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"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 running as an add-on:\nURL: {add_on_url}\nToken: {local_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).",
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"token": "[%key:common::config_flow::data::api_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": "[%key:component::zwave_me::config::error::no_valid_uuid_set%]"
|
|
}
|
|
}
|
|
}
|