mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add virtual integration: Whisper (#93183)
This commit is contained in:
parent
08fd0fd441
commit
1173039392
1
homeassistant/components/whisper/__init__.py
Normal file
1
homeassistant/components/whisper/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Whisper."""
|
6
homeassistant/components/whisper/manifest.json
Normal file
6
homeassistant/components/whisper/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "whisper",
|
||||
"name": "Whisper",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "wyoming"
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user