From abc80d8245e8905535bb2321c043f305f76e8534 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 4 Oct 2022 11:45:40 -0400 Subject: [PATCH] Add a couple more brands (#79600) --- homeassistant/brands/inovelli.json | 5 +++++ homeassistant/brands/jasco.json | 5 +++++ homeassistant/brands/u_tec.json | 5 +++++ homeassistant/brands/zooz.json | 5 +++++ homeassistant/generated/integrations.json | 25 +++++++++++++++++++++++ 5 files changed, 45 insertions(+) create mode 100644 homeassistant/brands/inovelli.json create mode 100644 homeassistant/brands/jasco.json create mode 100644 homeassistant/brands/u_tec.json create mode 100644 homeassistant/brands/zooz.json 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 b9989233b30..540d5c043c5 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1945,6 +1945,13 @@ "iot_class": "local_push", "name": "INKBIRD" }, + "inovelli": { + "name": "Inovelli", + "iot_standards": [ + "zigbee", + "zwave" + ] + }, "insteon": { "config_flow": true, "iot_class": "local_push", @@ -2019,6 +2026,12 @@ "iot_class": "local_polling", "name": "iZone" }, + "jasco": { + "name": "Jasco", + "iot_standards": [ + "zwave" + ] + }, "jellyfin": { "config_flow": true, "iot_class": "local_polling", @@ -4560,6 +4573,12 @@ "iot_class": "cloud_push", "name": "Twitter" }, + "u_tec": { + "name": "U-tec", + "iot_standards": [ + "zwave" + ] + }, "ubiquiti": { "name": "Ubiquiti", "integrations": { @@ -5058,6 +5077,12 @@ "iot_class": "local_polling", "name": "ZoneMinder" }, + "zooz": { + "name": "Zooz", + "iot_standards": [ + "zwave" + ] + }, "zwave_js": { "config_flow": true, "iot_class": "local_push",