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",