From 7042ae05961da03f2e1c69612134ef589399bd75 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 4 Feb 2024 15:16:25 +0100 Subject: [PATCH] Add ZonderGas virtual integration (#109601) --- homeassistant/components/zondergas/__init__.py | 1 + homeassistant/components/zondergas/manifest.json | 6 ++++++ homeassistant/generated/integrations.json | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 homeassistant/components/zondergas/__init__.py create mode 100644 homeassistant/components/zondergas/manifest.json diff --git a/homeassistant/components/zondergas/__init__.py b/homeassistant/components/zondergas/__init__.py new file mode 100644 index 00000000000..150414e001f --- /dev/null +++ b/homeassistant/components/zondergas/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: ZonderGas.""" diff --git a/homeassistant/components/zondergas/manifest.json b/homeassistant/components/zondergas/manifest.json new file mode 100644 index 00000000000..09292e9d330 --- /dev/null +++ b/homeassistant/components/zondergas/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "zondergas", + "name": "ZonderGas", + "integration_type": "virtual", + "supported_by": "energyzero" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c49882f4394..336a0a37475 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6952,6 +6952,11 @@ "config_flow": true, "iot_class": "calculated" }, + "zondergas": { + "name": "ZonderGas", + "integration_type": "virtual", + "supported_by": "energyzero" + }, "zoneminder": { "name": "ZoneMinder", "integration_type": "hub",