2019-12-08 08:26:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{serial_number}",
|
2019-12-08 08:26:31 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
2021-05-05 23:41:32 +00:00
|
|
|
"description": "Set up your Elgato Light to integrate with Home Assistant.",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
}
|
2019-12-08 08:26:31 +00:00
|
|
|
},
|
|
|
|
"zeroconf_confirm": {
|
2021-05-05 23:41:32 +00:00
|
|
|
"description": "Do you want to add the Elgato Light with serial number `{serial_number}` to Home Assistant?",
|
|
|
|
"title": "Discovered Elgato Light device"
|
2019-12-08 08:26:31 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 18:55:54 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2019-12-08 08:26:31 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-02 18:55:54 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2019-12-08 08:26:31 +00:00
|
|
|
}
|
|
|
|
}
|
2020-10-02 18:55:54 +00:00
|
|
|
}
|