From c40c772f7424c1fcb335753cb4d1253c004e3bd4 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Wed, 28 Sep 2022 15:43:51 -0400
Subject: [PATCH] Finish Google brand (#79225)

---
 homeassistant/brands/google.json            | 14 ++-
 homeassistant/components/nest/manifest.json |  2 +-
 homeassistant/generated/integrations.json   | 94 ++++++++++-----------
 3 files changed, 61 insertions(+), 49 deletions(-)

diff --git a/homeassistant/brands/google.json b/homeassistant/brands/google.json
index c50b0819827..a23c58ed8f1 100644
--- a/homeassistant/brands/google.json
+++ b/homeassistant/brands/google.json
@@ -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"
+  ]
 }
diff --git a/homeassistant/components/nest/manifest.json b/homeassistant/components/nest/manifest.json
index 72e0aed8420..90fad5cf185 100644
--- a/homeassistant/components/nest/manifest.json
+++ b/homeassistant/components/nest/manifest.json
@@ -1,6 +1,6 @@
 {
   "domain": "nest",
-  "name": "Nest",
+  "name": "Google Nest",
   "config_flow": true,
   "dependencies": ["ffmpeg", "http", "application_credentials"],
   "after_dependencies": ["media_source"],
diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json
index a6d924bbf5b..9cff574ee87 100644
--- a/homeassistant/generated/integrations.json
+++ b/homeassistant/generated/integrations.json
@@ -1581,57 +1581,62 @@
     "google": {
       "name": "Google",
       "integrations": {
-        "google": {
-          "config_flow": true,
+        "google_assistant": {
+          "config_flow": false,
+          "iot_class": "cloud_push",
+          "name": "Google Assistant"
+        },
+        "google_cloud": {
+          "config_flow": false,
+          "iot_class": "cloud_push",
+          "name": "Google Cloud Platform"
+        },
+        "google_domains": {
+          "config_flow": false,
           "iot_class": "cloud_polling",
-          "name": "Google Calendar"
+          "name": "Google Domains"
+        },
+        "google_maps": {
+          "config_flow": false,
+          "iot_class": "cloud_polling",
+          "name": "Google Maps"
+        },
+        "google_pubsub": {
+          "config_flow": false,
+          "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",
+          "name": "Google Translate Text-to-Speech"
+        },
+        "google_travel_time": {
+          "config_flow": true,
+          "iot_class": "cloud_polling"
+        },
+        "google_wifi": {
+          "config_flow": false,
+          "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"
         }
       }
     },
-    "google_assistant": {
-      "config_flow": false,
-      "iot_class": "cloud_push",
-      "name": "Google Assistant"
-    },
-    "google_cloud": {
-      "config_flow": false,
-      "iot_class": "cloud_push",
-      "name": "Google Cloud Platform"
-    },
-    "google_domains": {
-      "config_flow": false,
-      "iot_class": "cloud_polling",
-      "name": "Google Domains"
-    },
-    "google_maps": {
-      "config_flow": false,
-      "iot_class": "cloud_polling",
-      "name": "Google Maps"
-    },
-    "google_pubsub": {
-      "config_flow": false,
-      "iot_class": "cloud_push",
-      "name": "Google Pub/Sub"
-    },
-    "google_translate": {
-      "config_flow": false,
-      "iot_class": "cloud_push",
-      "name": "Google Translate Text-to-Speech"
-    },
-    "google_travel_time": {
-      "config_flow": true,
-      "iot_class": "cloud_polling"
-    },
-    "google_wifi": {
-      "config_flow": false,
-      "iot_class": "local_polling",
-      "name": "Google Wifi"
-    },
     "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",
-- 
GitLab