core/homeassistant/components/wled/strings.json

24 lines
670 B
JSON

{
"config": {
"flow_title": "WLED: {name}",
"step": {
"user": {
"description": "Set up your WLED to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the WLED named `{name}` to Home Assistant?",
"title": "Discovered WLED device"
}
},
"error": {
"connection_error": "Failed to connect to WLED device."
},
"abort": {
"already_configured": "This WLED device is already configured.",
"connection_error": "Failed to connect to WLED device."
}
}
}