mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 17:52:59 +01:00
Co-authored-by: Erwin Douna <e.douna@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of the Flow-it device.",
|
|
"password": "The password is available on the physical device LCD display, by interacting with the menu, clicking on the 'settings' icon and then on the 'wifi icon'.",
|
|
"username": "The default username is 'api'."
|
|
},
|
|
"title": "Configure Flow-it"
|
|
},
|
|
"zeroconf_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::flow_it::config::step::user::data_description::password%]",
|
|
"username": "[%key:component::flow_it::config::step::user::data_description::username%]"
|
|
},
|
|
"description": "Do you want to set up {name}?",
|
|
"title": "Discovered Flow-it"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"auth_failed": {
|
|
"message": "Authentication failed when communicating with Flow-it VMC"
|
|
},
|
|
"command_failed": {
|
|
"message": "Failed to send command to Flow-it VMC"
|
|
},
|
|
"update_failed": {
|
|
"message": "Error communicating with API"
|
|
}
|
|
}
|
|
}
|