1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/lifx/strings.json
Anders Melchiorsen 086c71525e Add config entry for LIFX (#17201)
* Add config entry for LIFX

* Use list for dependencies

* Obsolete the platform config

* Use DOMAIN

* Use async_create_task
2018-10-07 23:14:53 +02:00

16 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."
}
}
}