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

15 lines
448 B
JSON

{
"config": {
"abort": {
"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}",
"step": {
"confirm": {
"description": "The following components are supported: {components}"
}
}
}
}