From 6359390a78c2016512bcbc81cda20f24a211ae12 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:12:00 +0200 Subject: [PATCH] Add Eastron virtual integration (#101385) --- homeassistant/components/eastron/__init__.py | 1 + homeassistant/components/eastron/manifest.json | 6 ++++++ homeassistant/generated/integrations.json | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 homeassistant/components/eastron/__init__.py create mode 100644 homeassistant/components/eastron/manifest.json diff --git a/homeassistant/components/eastron/__init__.py b/homeassistant/components/eastron/__init__.py new file mode 100644 index 00000000000..1def36bc1cf --- /dev/null +++ b/homeassistant/components/eastron/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Eastron.""" diff --git a/homeassistant/components/eastron/manifest.json b/homeassistant/components/eastron/manifest.json new file mode 100644 index 00000000000..5496c2645c7 --- /dev/null +++ b/homeassistant/components/eastron/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "eastron", + "name": "Eastron", + "integration_type": "virtual", + "supported_by": "homewizard" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8a6ff2e354d..0a4aa220ace 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1281,6 +1281,11 @@ "config_flow": true, "iot_class": "cloud_polling" }, + "eastron": { + "name": "Eastron", + "integration_type": "virtual", + "supported_by": "homewizard" + }, "easyenergy": { "name": "easyEnergy", "integration_type": "hub",