2022-02-05 00:20:21 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2022-02-05 16:36:44 +00:00
|
|
|
"flow_title": "{name} ({host})",
|
2022-02-05 00:20:21 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-02-09 18:53:32 +00:00
|
|
|
"host": "[%key:common::config_flow::data::ip%]"
|
2022-02-05 00:20:21 +00:00
|
|
|
},
|
2022-02-09 18:53:32 +00:00
|
|
|
"description": "If you leave the IP Address empty, discovery will be used to find devices."
|
2022-02-05 16:36:44 +00:00
|
|
|
},
|
|
|
|
"discovery_confirm": {
|
|
|
|
"description": "Do you want to setup {name} ({host})?"
|
2022-02-05 21:23:31 +00:00
|
|
|
},
|
|
|
|
"pick_device": {
|
|
|
|
"data": {
|
|
|
|
"device": "Device"
|
|
|
|
}
|
2022-02-05 00:20:21 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
2022-02-09 18:53:32 +00:00
|
|
|
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP was entered. Please turn on the light and try again!",
|
|
|
|
"no_wiz_light": "The bulb can not be connected via WiZ Platform integration.",
|
|
|
|
"no_ip": "Not a valid IP address."
|
2022-02-05 00:20:21 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-02-15 07:24:35 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
2022-02-05 00:20:21 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|