core/homeassistant/components/wilight/translations/en.json

16 lines
434 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured_device": "This WiLight is already configured",
"not_supported_device": "This WiLight is currently not supported",
"not_wilight_device": "This Device is not WiLight"
},
"flow_title": "WiLight: {name}",
"step": {
"confirm": {
"title": "WiLight",
"description": "Do you want to set up WiLight {name}?\n\n It supports: {components}"
}
}
}
}