mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Revert "Remove the virtual integration for ultraloq" (#99302)
Revert "Remove the virtual integration for ultraloq (#96355)" This reverts commit 56bc708b28d93ddc354593d5c02af3655febde6b.
This commit is contained in:
parent
5fd88f5874
commit
cdd22bf0fa
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"domain": "u_tec",
|
"domain": "u_tec",
|
||||||
"name": "U-tec",
|
"name": "U-tec",
|
||||||
"iot_standards": ["zwave"]
|
"integrations": ["ultraloq"]
|
||||||
}
|
}
|
||||||
|
1
homeassistant/components/ultraloq/__init__.py
Normal file
1
homeassistant/components/ultraloq/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Ultraloq."""
|
6
homeassistant/components/ultraloq/manifest.json
Normal file
6
homeassistant/components/ultraloq/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "ultraloq",
|
||||||
|
"name": "Ultraloq",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"iot_standards": ["zwave"]
|
||||||
|
}
|
@ -5987,9 +5987,16 @@
|
|||||||
},
|
},
|
||||||
"u_tec": {
|
"u_tec": {
|
||||||
"name": "U-tec",
|
"name": "U-tec",
|
||||||
|
"integrations": {
|
||||||
|
"ultraloq": {
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"config_flow": false,
|
||||||
"iot_standards": [
|
"iot_standards": [
|
||||||
"zwave"
|
"zwave"
|
||||||
]
|
],
|
||||||
|
"name": "Ultraloq"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ubiquiti": {
|
"ubiquiti": {
|
||||||
"name": "Ubiquiti",
|
"name": "Ubiquiti",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user