core/homeassistant/components/homeworks/strings.json

36 lines
1.4 KiB
JSON
Raw Normal View History

2024-03-04 18:09:39 +00:00
{
"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"
}
}
}
}