diff --git a/homeassistant/brands/inovelli.json b/homeassistant/brands/inovelli.json new file mode 100644 index 00000000000..3667a6519c6 --- /dev/null +++ b/homeassistant/brands/inovelli.json @@ -0,0 +1,5 @@ +{ + "domain": "inovelli", + "name": "Inovelli", + "iot_standards": ["zigbee", "zwave"] +} diff --git a/homeassistant/brands/jasco.json b/homeassistant/brands/jasco.json new file mode 100644 index 00000000000..e293b81f994 --- /dev/null +++ b/homeassistant/brands/jasco.json @@ -0,0 +1,5 @@ +{ + "domain": "jasco", + "name": "Jasco", + "iot_standards": ["zwave"] +} diff --git a/homeassistant/brands/u_tec.json b/homeassistant/brands/u_tec.json new file mode 100644 index 00000000000..2ce4be9a7d9 --- /dev/null +++ b/homeassistant/brands/u_tec.json @@ -0,0 +1,5 @@ +{ + "domain": "u_tec", + "name": "U-tec", + "iot_standards": ["zwave"] +} diff --git a/homeassistant/brands/zooz.json b/homeassistant/brands/zooz.json new file mode 100644 index 00000000000..f3032e58653 --- /dev/null +++ b/homeassistant/brands/zooz.json @@ -0,0 +1,5 @@ +{ + "domain": "zooz", + "name": "Zooz", + "iot_standards": ["zwave"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0fc1f4c2f01..cccbd162e57 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1935,6 +1935,13 @@ "iot_class": "local_push", "name": "INKBIRD" }, + "inovelli": { + "name": "Inovelli", + "iot_standards": [ + "zigbee", + "zwave" + ] + }, "insteon": { "config_flow": true, "iot_class": "local_push", @@ -2009,6 +2016,12 @@ "iot_class": "local_polling", "name": "iZone" }, + "jasco": { + "name": "Jasco", + "iot_standards": [ + "zwave" + ] + }, "jellyfin": { "config_flow": true, "iot_class": "local_polling", @@ -4550,6 +4563,12 @@ "iot_class": "cloud_push", "name": "Twitter" }, + "u_tec": { + "name": "U-tec", + "iot_standards": [ + "zwave" + ] + }, "ubiquiti": { "name": "Ubiquiti", "integrations": { @@ -5048,6 +5067,12 @@ "iot_class": "local_polling", "name": "ZoneMinder" }, + "zooz": { + "name": "Zooz", + "iot_standards": [ + "zwave" + ] + }, "zwave_js": { "config_flow": true, "iot_class": "local_push",