Finish Google brand (#79225)

This commit is contained in:
Paulus Schoutsen 2022-09-28 15:43:51 -04:00 committed by GitHub
parent 0e9e72c6e9
commit c40c772f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 49 deletions

View File

@ -1,5 +1,17 @@
{ {
"domain": "google", "domain": "google",
"name": "Google", "name": "Google",
"integrations": ["google", "google_sheets"] "integrations": [
"google_assistant",
"google_cloud",
"google_domains",
"google_maps",
"google_pubsub",
"google_sheets",
"google_translate",
"google_travel_time",
"google_wifi",
"google",
"nest"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"domain": "nest", "domain": "nest",
"name": "Nest", "name": "Google Nest",
"config_flow": true, "config_flow": true,
"dependencies": ["ffmpeg", "http", "application_credentials"], "dependencies": ["ffmpeg", "http", "application_credentials"],
"after_dependencies": ["media_source"], "after_dependencies": ["media_source"],

View File

@ -1581,18 +1581,6 @@
"google": { "google": {
"name": "Google", "name": "Google",
"integrations": { "integrations": {
"google": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Calendar"
},
"google_sheets": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Sheets"
}
}
},
"google_assistant": { "google_assistant": {
"config_flow": false, "config_flow": false,
"iot_class": "cloud_push", "iot_class": "cloud_push",
@ -1618,6 +1606,11 @@
"iot_class": "cloud_push", "iot_class": "cloud_push",
"name": "Google Pub/Sub" "name": "Google Pub/Sub"
}, },
"google_sheets": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Sheets"
},
"google_translate": { "google_translate": {
"config_flow": false, "config_flow": false,
"iot_class": "cloud_push", "iot_class": "cloud_push",
@ -1632,6 +1625,18 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "Google Wifi" "name": "Google Wifi"
}, },
"google": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Calendar"
},
"nest": {
"config_flow": true,
"iot_class": "cloud_push",
"name": "Google Nest"
}
}
},
"govee_ble": { "govee_ble": {
"config_flow": true, "config_flow": true,
"iot_class": "local_push", "iot_class": "local_push",
@ -2784,11 +2789,6 @@
"iot_class": "local_push", "iot_class": "local_push",
"name": "Ness Alarm" "name": "Ness Alarm"
}, },
"nest": {
"config_flow": true,
"iot_class": "cloud_push",
"name": "Nest"
},
"netatmo": { "netatmo": {
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling", "iot_class": "cloud_polling",