core/homeassistant/components/unifiled/manifest.json

10 lines
253 B
JSON
Raw Normal View History

{
"domain": "unifiled",
2022-09-29 00:30:50 +00:00
"name": "UniFi LED",
"codeowners": ["@florisvdk"],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/unifiled",
"iot_class": "local_polling",
2023-02-08 19:41:50 +00:00
"loggers": ["unifiled"],
"requirements": ["unifiled==0.11"]
}