-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update google_drive.markdown #39308
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
base: current
Are you sure you want to change the base?
Update google_drive.markdown #39308
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -34,6 +34,8 @@ You need to configure developer credentials to allow Home Assistant to access yo | |||||||||||
These credentials are the same as the ones for [Google Sheets](/integrations/google_sheets), [Nest](/integrations/nest), [YouTube](/integrations/youtube), and [Google Mail](/integrations/google_mail). | ||||||||||||
These are not the same as *Device Auth* credentials previously recommended for [Google Calendar](/integrations/google). | ||||||||||||
|
||||||||||||
Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en) | ||||||||||||
|
||||||||||||
Comment on lines
+37
to
+38
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent ❓ Verification inconclusiveFix typo, grammar, and improve notice formatting There’s a typo (“subect” → “subject”), non-standard phrasing, and extra space before the colon. For better visibility, wrap this note in an admonition and consider consolidating cost information under a dedicated “Cost and limits” section. - Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
+ ::: warning
+ Google APIs may be subject to charges. See the [Google Cloud Free Program](https://cloud.google.com/free?hl=en) for details.
+ ::: Fix typo and improve cost notice formatting
Suggested diff: --- a/source/_integrations/google_drive.markdown
+++ b/source/_integrations/google_drive.markdown
@@ -37,1 +37,4 @@
- Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
+ ::: warning
+ Google APIs may be subject to charges. See the [Google Cloud Free Program](https://cloud.google.com/free?hl=en) for details.
+ :::
+ 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||
{% include integrations/google_client_secret.md %} | ||||||||||||
|
||||||||||||
{% include integrations/config_flow.md %} | ||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this note achieves. The API is completely free and I highly doubt that will ever change for personal use.