Add ultraloq virtual integration (#80755)

This commit is contained in:
Paulus Schoutsen 2022-10-21 20:29:01 -04:00 committed by GitHub
parent 76dbd017a7
commit 43d43689f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 4 deletions

View File

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

View File

@ -0,0 +1,6 @@
{
"domain": "ultraloq",
"name": "Ultraloq",
"integration_type": "virtual",
"iot_standard": "zwave"
}

View File

@ -5589,9 +5589,14 @@
}, },
"u_tec": { "u_tec": {
"name": "U-tec", "name": "U-tec",
"iot_standards": [ "integrations": {
"zwave" "ultraloq": {
] "config_flow": false,
"iot_class": null,
"integration_type": "virtual",
"name": "Ultraloq"
}
}
}, },
"ubiquiti": { "ubiquiti": {
"name": "Ubiquiti", "name": "Ubiquiti",