Revert "Remove the virtual integration for ultraloq" (#99302)
Revert "Remove the virtual integration for ultraloq (#96355)"
This reverts commit 56bc708b28
.
pull/99317/head
parent
5fd88f5874
commit
cdd22bf0fa
homeassistant
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"domain": "u_tec",
|
||||
"name": "U-tec",
|
||||
"iot_standards": ["zwave"]
|
||||
"integrations": ["ultraloq"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Ultraloq."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "ultraloq",
|
||||
"name": "Ultraloq",
|
||||
"integration_type": "virtual",
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
|
@ -5987,9 +5987,16 @@
|
|||
},
|
||||
"u_tec": {
|
||||
"name": "U-tec",
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
"integrations": {
|
||||
"ultraloq": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
],
|
||||
"name": "Ultraloq"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ubiquiti": {
|
||||
"name": "Ubiquiti",
|
||||
|
|
Loading…
Reference in New Issue