mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add ultraloq virtual integration (#80755)
This commit is contained in:
parent
76dbd017a7
commit
43d43689f7
@ -1,5 +1,5 @@
|
||||
{
|
||||
"domain": "u_tec",
|
||||
"name": "U-tec",
|
||||
"iot_standards": ["zwave"]
|
||||
"integrations": ["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_standard": "zwave"
|
||||
}
|
@ -5589,9 +5589,14 @@
|
||||
},
|
||||
"u_tec": {
|
||||
"name": "U-tec",
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
"integrations": {
|
||||
"ultraloq": {
|
||||
"config_flow": false,
|
||||
"iot_class": null,
|
||||
"integration_type": "virtual",
|
||||
"name": "Ultraloq"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ubiquiti": {
|
||||
"name": "Ubiquiti",
|
||||
|
Loading…
x
Reference in New Issue
Block a user