mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add Cast + Chat to Google brand (#79231)
This commit is contained in:
parent
e6becabe11
commit
b43e19a0c1
@ -12,6 +12,8 @@
|
|||||||
"google_travel_time",
|
"google_travel_time",
|
||||||
"google_wifi",
|
"google_wifi",
|
||||||
"google",
|
"google",
|
||||||
"nest"
|
"nest",
|
||||||
|
"cast",
|
||||||
|
"hangouts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -571,11 +571,6 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"name": "Canary"
|
"name": "Canary"
|
||||||
},
|
},
|
||||||
"cast": {
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "local_polling",
|
|
||||||
"name": "Google Cast"
|
|
||||||
},
|
|
||||||
"cert_expiry": {
|
"cert_expiry": {
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
@ -1663,6 +1658,16 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"name": "Google Nest"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1725,11 +1730,6 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"name": "Habitica"
|
"name": "Habitica"
|
||||||
},
|
},
|
||||||
"hangouts": {
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "cloud_push",
|
|
||||||
"name": "Google Chat"
|
|
||||||
},
|
|
||||||
"hardware": {
|
"hardware": {
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": null,
|
"iot_class": null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user