2023-02-27 16:22:15 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]"
|
2023-12-04 08:13:48 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The hostname or IP address of your Obihai device."
|
2023-02-27 16:22:15 +00:00
|
|
|
}
|
2023-04-03 19:17:56 +00:00
|
|
|
},
|
|
|
|
"dhcp_confirm": {
|
|
|
|
"description": "Do you want to set up {host}?",
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]"
|
2023-12-04 08:13:48 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "[%key:component::obihai::config::step::user::data_description::host%]"
|
2023-04-03 19:17:56 +00:00
|
|
|
}
|
2023-02-27 16:22:15 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2023-04-03 19:17:56 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2023-02-27 16:22:15 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|