diff --git a/homeassistant/components/piper/__init__.py b/homeassistant/components/piper/__init__.py new file mode 100644 index 00000000000..6a67fa3975f --- /dev/null +++ b/homeassistant/components/piper/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Piper.""" diff --git a/homeassistant/components/piper/manifest.json b/homeassistant/components/piper/manifest.json new file mode 100644 index 00000000000..de8f1dede51 --- /dev/null +++ b/homeassistant/components/piper/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "piper", + "name": "Piper", + "integration_type": "virtual", + "supported_by": "wyoming" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7be4a9d5a1e..89026c1efe7 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4156,6 +4156,11 @@ "config_flow": false, "iot_class": "local_polling" }, + "piper": { + "name": "Piper", + "integration_type": "virtual", + "supported_by": "wyoming" + }, "pjlink": { "name": "PJLink", "integration_type": "hub",