* Add config entry for LIFX * Use list for dependencies * Obsolete the platform config * Use DOMAIN * Use async_create_task
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"config": {
|
|
"title": "LIFX",
|
|
"step": {
|
|
"confirm": {
|
|
"title": "LIFX",
|
|
"description": "Do you want to set up LIFX?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of LIFX is possible.",
|
|
"no_devices_found": "No LIFX devices found on the network."
|
|
}
|
|
}
|
|
}
|