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

16 lines
499 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-08-27 00:04:55 +00:00
"already_configured": "Device is already configured",
"not_supported_device": "This WiLight is currently not supported",
"not_wilight_device": "This Device is not WiLight"
},
"flow_title": "{name}",
2020-08-27 00:04:55 +00:00
"step": {
"confirm": {
"description": "Do you want to set up WiLight {name}?\n\n It supports: {components}",
"title": "WiLight"
}
}
}
}