Add virtual integration: Whisper (#93183)

This commit is contained in:
Franck Nijhof 2023-05-17 13:34:09 +02:00 committed by GitHub
parent 08fd0fd441
commit 1173039392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: Whisper."""

View File

@ -0,0 +1,6 @@
{
"domain": "whisper",
"name": "Whisper",
"integration_type": "virtual",
"supported_by": "wyoming"
}

View File

@ -6197,6 +6197,11 @@
"config_flow": true, "config_flow": true,
"iot_class": "cloud_push" "iot_class": "cloud_push"
}, },
"whisper": {
"name": "Whisper",
"integration_type": "virtual",
"supported_by": "wyoming"
},
"whois": { "whois": {
"name": "Whois", "name": "Whois",
"integration_type": "service", "integration_type": "service",