diff --git a/homeassistant/components/neo/__init__.py b/homeassistant/components/neo/__init__.py new file mode 100644 index 00000000000..613f57c0703 --- /dev/null +++ b/homeassistant/components/neo/__init__.py @@ -0,0 +1 @@ +"""Neo virtual integration.""" diff --git a/homeassistant/components/neo/manifest.json b/homeassistant/components/neo/manifest.json new file mode 100644 index 00000000000..9f934a60309 --- /dev/null +++ b/homeassistant/components/neo/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "neo", + "name": "Neo", + "integration_type": "virtual", + "supported_by": "shelly" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index f060e3cb96e..fb4d3a19921 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4306,6 +4306,11 @@ "integration_type": "virtual", "supported_by": "home_connect" }, + "neo": { + "name": "Neo", + "integration_type": "virtual", + "supported_by": "shelly" + }, "ness_alarm": { "name": "Ness Alarm", "integration_type": "hub",