Remove the virtual integration for ultraloq (#96355)
parent
4a6247f922
commit
56bc708b28
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"domain": "u_tec",
|
||||
"name": "U-tec",
|
||||
"integrations": ["ultraloq"]
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
"""Virtual integration: Ultraloq."""
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"domain": "ultraloq",
|
||||
"name": "Ultraloq",
|
||||
"integration_type": "virtual",
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
|
@ -5914,16 +5914,9 @@
|
|||
},
|
||||
"u_tec": {
|
||||
"name": "U-tec",
|
||||
"integrations": {
|
||||
"ultraloq": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
],
|
||||
"name": "Ultraloq"
|
||||
}
|
||||
}
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
},
|
||||
"ubiquiti": {
|
||||
"name": "Ubiquiti",
|
||||
|
|
Loading…
Reference in New Issue