Add DialogFlow to Google brand (#79245)

pull/79314/head
Paulus Schoutsen 2022-09-29 08:34:51 -04:00 committed by GitHub
parent e7764b8bf1
commit 616b85df31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -14,6 +14,7 @@
"google",
"nest",
"cast",
"hangouts"
"hangouts",
"dialogflow"
]
}

View File

@ -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"
}
}
},