mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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",
|
||||
"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": {
|
||||
"name": "U-tec",
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
"integrations": {
|
||||
"ultraloq": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
],
|
||||
"name": "Ultraloq"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ubiquiti": {
|
||||
"name": "Ubiquiti",
|
||||
|
Loading…
x
Reference in New Issue
Block a user