Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish Google brand #79225

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Finish Google brand
  • Loading branch information
balloob committed Sep 28, 2022
commit 5a62e5b6a86756ce003b40a2ed3c1cb939a44ab9
14 changes: 13 additions & 1 deletion homeassistant/brands/google.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"domain": "google",
"name": "Google",
"integrations": ["google", "google_sheets"]
"integrations": [
"google_assistant",
"google_cloud",
"google_domains",
"google_maps",
"google_pubsub",
"google_sheets",
"google_translate",
"google_travel_time",
"google_wifi",
"google",
"nest"
]
}
2 changes: 1 addition & 1 deletion homeassistant/components/nest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "nest",
"name": "Nest",
"name": "Google Nest",
"config_flow": true,
"dependencies": ["ffmpeg", "http", "application_credentials"],
"after_dependencies": ["media_source"],
Expand Down
94 changes: 47 additions & 47 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,57 +1581,62 @@
"google": {
"name": "Google",
"integrations": {
"google": {
"config_flow": true,
"google_assistant": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Assistant"
},
"google_cloud": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Cloud Platform"
},
"google_domains": {
"config_flow": false,
"iot_class": "cloud_polling",
"name": "Google Calendar"
"name": "Google Domains"
},
"google_maps": {
"config_flow": false,
"iot_class": "cloud_polling",
"name": "Google Maps"
},
"google_pubsub": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Pub/Sub"
},
"google_sheets": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Sheets"
},
"google_translate": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Translate Text-to-Speech"
},
"google_travel_time": {
"config_flow": true,
"iot_class": "cloud_polling"
},
Comment on lines +1619 to +1622
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emontnemery why doesn't this integration have a name?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translatable name

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nm, it's translatble.

"google_wifi": {
"config_flow": false,
"iot_class": "local_polling",
"name": "Google Wifi"
},
"google": {
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Google Calendar"
},
"nest": {
"config_flow": true,
"iot_class": "cloud_push",
"name": "Google Nest"
}
}
},
"google_assistant": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Assistant"
},
"google_cloud": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Cloud Platform"
},
"google_domains": {
"config_flow": false,
"iot_class": "cloud_polling",
"name": "Google Domains"
},
"google_maps": {
"config_flow": false,
"iot_class": "cloud_polling",
"name": "Google Maps"
},
"google_pubsub": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Pub/Sub"
},
"google_translate": {
"config_flow": false,
"iot_class": "cloud_push",
"name": "Google Translate Text-to-Speech"
},
"google_travel_time": {
"config_flow": true,
"iot_class": "cloud_polling"
},
"google_wifi": {
"config_flow": false,
"iot_class": "local_polling",
"name": "Google Wifi"
},
"govee_ble": {
"config_flow": true,
"iot_class": "local_push",
Expand Down Expand Up @@ -2784,11 +2789,6 @@
"iot_class": "local_push",
"name": "Ness Alarm"
},
"nest": {
"config_flow": true,
"iot_class": "cloud_push",
"name": "Nest"
},
"netatmo": {
"config_flow": true,
"iot_class": "cloud_polling",
Expand Down