diff --git a/homeassistant/brands/google.json b/homeassistant/brands/google.json index 8f3340cef29..5f37de46180 100644 --- a/homeassistant/brands/google.json +++ b/homeassistant/brands/google.json @@ -14,6 +14,7 @@ "google", "nest", "cast", - "hangouts" + "hangouts", + "dialogflow" ] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index cf7ed646daa..75e0296f3c8 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -867,11 +867,6 @@ "config_flow": false, "iot_class": null }, - "dialogflow": { - "config_flow": true, - "iot_class": "cloud_push", - "name": "Dialogflow" - }, "digital_ocean": { "config_flow": false, "iot_class": "local_polling", @@ -1678,6 +1673,11 @@ "config_flow": true, "iot_class": "cloud_push", "name": "Google Chat" + }, + "dialogflow": { + "config_flow": true, + "iot_class": "cloud_push", + "name": "Dialogflow" } } },