Add DialogFlow to Google brand (#79245)
This commit is contained in:
parent
e7764b8bf1
commit
616b85df31
2 changed files with 7 additions and 6 deletions
|
@ -14,6 +14,7 @@
|
|||
"google",
|
||||
"nest",
|
||||
"cast",
|
||||
"hangouts"
|
||||
"hangouts",
|
||||
"dialogflow"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue