1
mirror of https://github.com/home-assistant/core synced 2024-09-18 19:55:20 +02:00
ha-core/homeassistant/components/unifiled/manifest.json
Floris Van der krieken 2747f08385 Add available state to unifiled integration (#28189)
* Added Unifi Led

* fixed manifest

* fixed style issue

* removed unused setting

* added sugested changes.

* fixed order

* fixed settings that are required

* Fix review issues

* fix variable name that was too short

* Testing something

* Reverted to a previous version for testing

* Reverted testing changes.

* Add available status and increase version of unifiled package version.

* No io in init function.
2019-10-27 05:18:23 +01:00

9 lines
216 B
JSON

{
"domain": "unifiled",
"name": "Unifi LED",
"documentation": "https://www.home-assistant.io/integrations/unifiled",
"dependencies": [],
"codeowners": ["@florisvdk"],
"requirements": ["unifiled==0.11"]
}