Files
core/homeassistant/components/flow_it/strings.json
T
2026-08-14 14:46:41 +02:00

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"
}
}
}