From 9aa6323c46fcee112a40ce04e5a1da863f9ddf04 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Sep 2022 17:09:42 -0400 Subject: [PATCH] Add Cast + Chat to Google brand (#79231) --- homeassistant/brands/google.json | 4 +++- homeassistant/generated/integrations.json | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/homeassistant/brands/google.json b/homeassistant/brands/google.json index a23c58ed8f1f..8f3340cef297 100644 --- a/homeassistant/brands/google.json +++ b/homeassistant/brands/google.json @@ -12,6 +12,8 @@ "google_travel_time", "google_wifi", "google", - "nest" + "nest", + "cast", + "hangouts" ] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 5f7fc5dab7ac..c0891bea0a28 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -571,11 +571,6 @@ "iot_class": "cloud_polling", "name": "Canary" }, - "cast": { - "config_flow": true, - "iot_class": "local_polling", - "name": "Google Cast" - }, "cert_expiry": { "config_flow": true, "iot_class": "cloud_polling" @@ -1673,6 +1668,16 @@ "config_flow": true, "iot_class": "cloud_push", "name": "Google Nest" + }, + "cast": { + "config_flow": true, + "iot_class": "local_polling", + "name": "Google Cast" + }, + "hangouts": { + "config_flow": true, + "iot_class": "cloud_push", + "name": "Google Chat" } } }, @@ -1735,11 +1740,6 @@ "iot_class": "cloud_polling", "name": "Habitica" }, - "hangouts": { - "config_flow": true, - "iot_class": "cloud_push", - "name": "Google Chat" - }, "hardware": { "config_flow": false, "iot_class": null,