2021-09-18 19:25:05 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2022-07-24 16:38:45 +00:00
|
|
|
"flow_title": "{name} ({address})",
|
2021-09-18 19:25:05 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-08-10 19:02:08 +00:00
|
|
|
"address": "Device address"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to setup {name}?"
|
|
|
|
},
|
|
|
|
"password": {
|
|
|
|
"description": "The {name} device requires a password",
|
|
|
|
"data": {
|
2021-09-27 20:12:40 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2021-09-18 19:25:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-09-27 20:12:40 +00:00
|
|
|
"error": {},
|
2021-09-18 19:25:05 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
|
2021-09-27 20:12:40 +00:00
|
|
|
"no_unconfigured_devices": "No unconfigured devices found.",
|
2021-09-18 19:25:05 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
2021-09-27 20:12:40 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2021-09-18 19:25:05 +00:00
|
|
|
"switchbot_unsupported_type": "Unsupported Switchbot Type."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2022-07-24 21:38:07 +00:00
|
|
|
"retry_count": "Retry count"
|
2021-09-18 19:25:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|