36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"error": {
|
||
|
"connection_error": "Could not connect to the controller.",
|
||
|
"duplicated_controller_id": "The controller name is already in use.",
|
||
|
"duplicated_host_port": "The specified host and port is already configured.",
|
||
|
"unknown_error": "[%key:common::config_flow::error::unknown%]"
|
||
|
},
|
||
|
"step": {
|
||
|
"import_finish": {
|
||
|
"description": "The existing YAML configuration has succesfully been imported.\n\nYou can now remove the `homeworks` configuration from your configuration.yaml file."
|
||
|
},
|
||
|
"import_controller_name": {
|
||
|
"description": "Lutron Homeworks is no longer configured through configuration.yaml.\n\nPlease fill in the form to import the existing configuration to the UI.",
|
||
|
"data": {
|
||
|
"name": "[%key:component::homeworks::config::step::user::data::name%]"
|
||
|
},
|
||
|
"data_description": {
|
||
|
"name": "[%key:component::homeworks::config::step::user::data_description::name%]"
|
||
|
}
|
||
|
},
|
||
|
"user": {
|
||
|
"data": {
|
||
|
"host": "[%key:common::config_flow::data::host%]",
|
||
|
"name": "Controller name",
|
||
|
"port": "[%key:common::config_flow::data::port%]"
|
||
|
},
|
||
|
"data_description": {
|
||
|
"name": "A unique name identifying the Lutron Homeworks controller"
|
||
|
},
|
||
|
"description": "Add a Lutron Homeworks controller"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|