From 1173039392d7e53e00774448939fbc096d5995c9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 17 May 2023 13:34:09 +0200 Subject: [PATCH] Add virtual integration: Whisper (#93183) --- homeassistant/components/whisper/__init__.py | 1 + homeassistant/components/whisper/manifest.json | 6 ++++++ homeassistant/generated/integrations.json | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 homeassistant/components/whisper/__init__.py create mode 100644 homeassistant/components/whisper/manifest.json 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",