36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Configuration flow is already in progress",
|
|
"no_devices_found": "No devices found on the network"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect"
|
|
},
|
|
"flow_title": "{model} {id} ({ipaddr})",
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"description": "Do you want to setup {model} {id} ({ipaddr})?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
},
|
|
"description": "If you leave the host empty, discovery will be used to find devices."
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"custom_effect_colors": "Custom Effect: List of 1 to 16 [R,G,B] colors. Example: [255,0,255],[60,128,0]",
|
|
"custom_effect_speed_pct": "Custom Effect: Speed in percents for the effect that switch colors.",
|
|
"custom_effect_transition": "Custom Effect: Type of transition between the colors.",
|
|
"mode": "The chosen brightness mode."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |