Add a couple more brands (#79600)

pull/79608/head
Paulus Schoutsen 2022-10-04 11:45:40 -04:00 committed by GitHub
parent dd1463da28
commit abc80d8245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "inovelli",
"name": "Inovelli",
"iot_standards": ["zigbee", "zwave"]
}

View File

@ -0,0 +1,5 @@
{
"domain": "jasco",
"name": "Jasco",
"iot_standards": ["zwave"]
}

View File

@ -0,0 +1,5 @@
{
"domain": "u_tec",
"name": "U-tec",
"iot_standards": ["zwave"]
}

View File

@ -0,0 +1,5 @@
{
"domain": "zooz",
"name": "Zooz",
"iot_standards": ["zwave"]
}

View File

@ -1945,6 +1945,13 @@
"iot_class": "local_push", "iot_class": "local_push",
"name": "INKBIRD" "name": "INKBIRD"
}, },
"inovelli": {
"name": "Inovelli",
"iot_standards": [
"zigbee",
"zwave"
]
},
"insteon": { "insteon": {
"config_flow": true, "config_flow": true,
"iot_class": "local_push", "iot_class": "local_push",
@ -2019,6 +2026,12 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "iZone" "name": "iZone"
}, },
"jasco": {
"name": "Jasco",
"iot_standards": [
"zwave"
]
},
"jellyfin": { "jellyfin": {
"config_flow": true, "config_flow": true,
"iot_class": "local_polling", "iot_class": "local_polling",
@ -4560,6 +4573,12 @@
"iot_class": "cloud_push", "iot_class": "cloud_push",
"name": "Twitter" "name": "Twitter"
}, },
"u_tec": {
"name": "U-tec",
"iot_standards": [
"zwave"
]
},
"ubiquiti": { "ubiquiti": {
"name": "Ubiquiti", "name": "Ubiquiti",
"integrations": { "integrations": {
@ -5058,6 +5077,12 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "ZoneMinder" "name": "ZoneMinder"
}, },
"zooz": {
"name": "Zooz",
"iot_standards": [
"zwave"
]
},
"zwave_js": { "zwave_js": {
"config_flow": true, "config_flow": true,
"iot_class": "local_push", "iot_class": "local_push",