94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{model} {id} ({ipaddr})",
|
|
"step": {
|
|
"user": {
|
|
"description": "If you leave the host empty, discovery will be used to find devices.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up {model} {id} ({ipaddr})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"mode": "The chosen brightness mode.",
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"unpair_remotes": {
|
|
"name": "Unpair remotes"
|
|
}
|
|
},
|
|
"number": {
|
|
"pixels_per_segment": {
|
|
"name": "Pixels per segment"
|
|
},
|
|
"segments": {
|
|
"name": "Segments"
|
|
},
|
|
"music_pixels_per_segment": {
|
|
"name": "Music pixels per segment"
|
|
},
|
|
"music_segments": {
|
|
"name": "Music segments"
|
|
},
|
|
"effect_speed": {
|
|
"name": "Effect speed"
|
|
}
|
|
},
|
|
"select": {
|
|
"operating_mode": {
|
|
"name": "Operating mode"
|
|
},
|
|
"wiring": {
|
|
"name": "Wiring"
|
|
},
|
|
"ic_type": {
|
|
"name": "IC type"
|
|
},
|
|
"remote_config": {
|
|
"name": "Remote config"
|
|
},
|
|
"white_channel": {
|
|
"name": "White channel"
|
|
},
|
|
"power_restored": {
|
|
"name": "Power restored"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"paired_remotes": {
|
|
"name": "Paired remotes"
|
|
}
|
|
},
|
|
"switch": {
|
|
"remote_access": {
|
|
"name": "Remote access"
|
|
},
|
|
"music": {
|
|
"name": "Music"
|
|
}
|
|
}
|
|
}
|
|
}
|