diff --git a/homeassistant/components/whisper/__init__.py b/homeassistant/components/whisper/__init__.py new file mode 100644 index 00000000000..572f91f68d3 --- /dev/null +++ b/homeassistant/components/whisper/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Whisper.""" diff --git a/homeassistant/components/whisper/manifest.json b/homeassistant/components/whisper/manifest.json new file mode 100644 index 00000000000..1bc0f12e07c --- /dev/null +++ b/homeassistant/components/whisper/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "whisper", + "name": "Whisper", + "integration_type": "virtual", + "supported_by": "wyoming" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 89026c1efe7..b3dc06926ca 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6197,6 +6197,11 @@ "config_flow": true, "iot_class": "cloud_push" }, + "whisper": { + "name": "Whisper", + "integration_type": "virtual", + "supported_by": "wyoming" + }, "whois": { "name": "Whois", "integration_type": "service",