Add ubiquiti brand (#79232)
parent
e3ed4eeb76
commit
14c68c8692
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"domain": "ubiquiti",
|
||||||
|
"name": "Ubiquiti",
|
||||||
|
"integrations": ["unifi", "unifi_direct", "unifiled", "unifiprotect"]
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "unifi_direct",
|
"domain": "unifi_direct",
|
||||||
"name": "Ubiquiti UniFi AP",
|
"name": "UniFi AP",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/unifi_direct",
|
"documentation": "https://www.home-assistant.io/integrations/unifi_direct",
|
||||||
"requirements": ["pexpect==4.6.0"],
|
"requirements": ["pexpect==4.6.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "unifiled",
|
"domain": "unifiled",
|
||||||
"name": "Ubiquiti UniFi LED",
|
"name": "UniFi LED",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/unifiled",
|
"documentation": "https://www.home-assistant.io/integrations/unifiled",
|
||||||
"codeowners": ["@florisvdk"],
|
"codeowners": ["@florisvdk"],
|
||||||
"requirements": ["unifiled==0.11"],
|
"requirements": ["unifiled==0.11"],
|
||||||
|
|
|
@ -4591,6 +4591,31 @@
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"name": "Twitter"
|
"name": "Twitter"
|
||||||
},
|
},
|
||||||
|
"ubiquiti": {
|
||||||
|
"name": "Ubiquiti",
|
||||||
|
"integrations": {
|
||||||
|
"unifi": {
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"name": "UniFi Network"
|
||||||
|
},
|
||||||
|
"unifi_direct": {
|
||||||
|
"config_flow": false,
|
||||||
|
"iot_class": "local_polling",
|
||||||
|
"name": "UniFi AP"
|
||||||
|
},
|
||||||
|
"unifiled": {
|
||||||
|
"config_flow": false,
|
||||||
|
"iot_class": "local_polling",
|
||||||
|
"name": "UniFi LED"
|
||||||
|
},
|
||||||
|
"unifiprotect": {
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"name": "UniFi Protect"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
|
@ -4611,26 +4636,6 @@
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"name": "Ukraine Alarm"
|
"name": "Ukraine Alarm"
|
||||||
},
|
},
|
||||||
"unifi": {
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "local_push",
|
|
||||||
"name": "UniFi Network"
|
|
||||||
},
|
|
||||||
"unifi_direct": {
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "local_polling",
|
|
||||||
"name": "Ubiquiti UniFi AP"
|
|
||||||
},
|
|
||||||
"unifiled": {
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "local_polling",
|
|
||||||
"name": "Ubiquiti UniFi LED"
|
|
||||||
},
|
|
||||||
"unifiprotect": {
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "local_push",
|
|
||||||
"name": "UniFi Protect"
|
|
||||||
},
|
|
||||||
"universal": {
|
"universal": {
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
|
|
Loading…
Reference in New Issue