mirror of https://github.com/home-assistant/core
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your Twinkly device."
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up {name} - {model} ({host})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"device_exists": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|