From c444e1c860433d03bceece75525c86d4748a6b87 Mon Sep 17 00:00:00 2001 From: b-uwe <61052367+b-uwe@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:09:52 +0100 Subject: [PATCH] Add virtual integration for HELTUN (#88892) --- homeassistant/brands/heltun.json | 5 +++++ homeassistant/generated/integrations.json | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 homeassistant/brands/heltun.json diff --git a/homeassistant/brands/heltun.json b/homeassistant/brands/heltun.json new file mode 100644 index 00000000000..d9e85a89542 --- /dev/null +++ b/homeassistant/brands/heltun.json @@ -0,0 +1,5 @@ +{ + "domain": "heltun", + "name": "HELTUN", + "iot_standards": ["zwave"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0f5e0ff08e2..6111681bd35 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2202,6 +2202,12 @@ "integration_type": "virtual", "supported_by": "gree" }, + "heltun": { + "name": "HELTUN", + "iot_standards": [ + "zwave" + ] + }, "here_travel_time": { "name": "HERE Travel Time", "integration_type": "hub",