diff --git a/homeassistant/brands/u_tec.json b/homeassistant/brands/u_tec.json index 2ce4be9a7d9..f0c2cf8a691 100644 --- a/homeassistant/brands/u_tec.json +++ b/homeassistant/brands/u_tec.json @@ -1,5 +1,5 @@ { "domain": "u_tec", "name": "U-tec", - "iot_standards": ["zwave"] + "integrations": ["ultraloq"] } diff --git a/homeassistant/components/ultraloq/manifest.json b/homeassistant/components/ultraloq/manifest.json new file mode 100644 index 00000000000..53e4efc99da --- /dev/null +++ b/homeassistant/components/ultraloq/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "ultraloq", + "name": "Ultraloq", + "integration_type": "virtual", + "iot_standard": "zwave" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 162431052be..5505fa7de3f 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -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",