mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "Could not connect to controller with URL {base_url}"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"exclude": "Vera device IDs to exclude from Home Assistant.",
|
|
"lights": "Vera switch device IDs to treat as lights in Home Assistant.",
|
|
"vera_controller_url": "Controller URL"
|
|
},
|
|
"data_description": {
|
|
"vera_controller_url": "It should look like this: {sample_ip}"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"exclude": "[%key:component::vera::config::step::user::data::exclude%]",
|
|
"lights": "[%key:component::vera::config::step::user::data::lights%]"
|
|
},
|
|
"description": "See the Vera documentation for details on optional parameters: {documentation_url}. Note: Any changes here require a restart of the Home Assistant server. To clear values, provide a space.",
|
|
"title": "Vera controller options"
|
|
}
|
|
}
|
|
}
|
|
}
|