Mark Google Assistant integration as system type (#123233)

This commit is contained in:
Franck Nijhof 2024-08-06 13:20:32 +02:00 committed by GitHub
parent d24a87145d
commit 9d2c2d90c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -5,5 +5,6 @@
"codeowners": ["@home-assistant/cloud"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/google_assistant",
"integration_type": "system",
"iot_class": "cloud_push"
}

View File

@ -2225,12 +2225,6 @@
"google": {
"name": "Google",
"integrations": {
"google_assistant": {
"integration_type": "hub",
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Assistant"
},
"google_assistant_sdk": {
"integration_type": "service",
"config_flow": true,