Finish Google brand (#79225)
parent
d756383c5b
commit
49114c72e0
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"domain": "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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"domain": "nest",
|
||||
"name": "Nest",
|
||||
"name": "Google Nest",
|
||||
"config_flow": true,
|
||||
"dependencies": ["ffmpeg", "http", "application_credentials"],
|
||||
"after_dependencies": ["media_source"],
|
||||
|
|
|
@ -1581,18 +1581,6 @@
|
|||
"google": {
|
||||
"name": "Google",
|
||||
"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": {
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_push",
|
||||
|
@ -1618,6 +1606,11 @@
|
|||
"iot_class": "cloud_push",
|
||||
"name": "Google Pub/Sub"
|
||||
},
|
||||
"google_sheets": {
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Google Sheets"
|
||||
},
|
||||
"google_translate": {
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_push",
|
||||
|
@ -1632,6 +1625,18 @@
|
|||
"iot_class": "local_polling",
|
||||
"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": {
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
|
@ -2784,11 +2789,6 @@
|
|||
"iot_class": "local_push",
|
||||
"name": "Ness Alarm"
|
||||
},
|
||||
"nest": {
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push",
|
||||
"name": "Nest"
|
||||
},
|
||||
"netatmo": {
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
|
|
Loading…
Reference in New Issue