2020-08-24 10:43:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-09-01 12:08:37 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-08-24 10:43:31 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2020-09-01 12:08:37 +00:00
|
|
|
"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%]"
|
2020-08-24 10:43:31 +00:00
|
|
|
},
|
|
|
|
"flow_title": "Shelly: {name}",
|
|
|
|
"step": {
|
|
|
|
"confirm_discovery": {
|
|
|
|
"description": "Do you want to set up the {model} at {host}?"
|
|
|
|
},
|
2020-09-01 12:08:37 +00:00
|
|
|
"credentials": {
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
|
|
}
|
|
|
|
},
|
2020-08-24 10:43:31 +00:00
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-09-01 12:08:37 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
2020-08-24 10:43:31 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": "Shelly"
|
|
|
|
}
|