41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"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": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"mode": {
|
|
"name": "Mode",
|
|
"state": {
|
|
"color": "Color",
|
|
"demo": "Demo",
|
|
"effect": "Effect",
|
|
"movie": "Uploaded effect",
|
|
"off": "[%key:common::state::off%]",
|
|
"playlist": "Playlist",
|
|
"rt": "Real time"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|