* Add twinkly DHCP support * fix typing import * fix format * Fix imports v2 * Using IP * Fix tests * Apply suggestions from code review Thanks @bdraco Co-authored-by: J. Nick Koston <nick@koston.org> * fix black * Add confirm step * Add more tests * Update homeassistant/components/twinkly/config_flow.py Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@koston.org>
23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Twinkly",
|
|
"description": "Set up your Twinkly led string",
|
|
"data": {
|
|
"host": "Host (or IP address) of your twinkly device"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to setup {name} - {model} ({host})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"device_exists": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|