2021-12-26 06:12:57 +00:00
|
|
|
{
|
|
|
|
"domain": "unifiprotect",
|
|
|
|
"name": "UniFi Protect",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/unifiprotect",
|
|
|
|
"requirements": [
|
2022-01-17 14:08:42 +00:00
|
|
|
"pyunifiprotect==3.1.1"
|
2021-12-26 06:12:57 +00:00
|
|
|
],
|
2022-01-08 23:51:49 +00:00
|
|
|
"dependencies": [
|
|
|
|
"http"
|
|
|
|
],
|
2021-12-26 06:12:57 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@briis",
|
|
|
|
"@AngellusMortis",
|
|
|
|
"@bdraco"
|
|
|
|
],
|
|
|
|
"quality_scale": "platinum",
|
|
|
|
"iot_class": "local_push"
|
|
|
|
}
|