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

16 lines
484 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": {
2022-04-29 00:22:21 +00:00
"description": "The following components are supported: {components}",
2020-08-27 00:04:55 +00:00
"title": "WiLight"
}
}
}
}