core/homeassistant/components/wilight/strings.json

17 lines
463 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"confirm": {
"title": "WiLight",
"description": "Do you want to set up WiLight {name}?\n\n It supports: {components}"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_supported_device": "This WiLight is currently not supported",
"not_wilight_device": "This Device is not WiLight"
}
}
}