-
-
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
Conversation
Add link to google page describing limits of free use
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe documentation for the Google Drive integration was updated to add a cautionary note about possible costs when using the Google API, including a reference link to Google's free usage details. No changes to functionality or code were made. Changes
Sequence Diagram(s)No sequence diagram generated as the change is limited to documentation updates. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
source/_integrations/google_drive.markdown
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
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) | ||
|
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.
💡 Verification agent
❓ Verification inconclusive
Fix 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.
Suggest this diff:
- 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
- In
source/_integrations/google_drive.markdown
(lines 37–38):
• Correct “subect” to “subject”
• Remove extra space before the colon
• Wrap the note in awarning
admonition for better visibility
• Use “Google APIs” (plural) and a clear link label
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
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
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. | |
::: |
🤖 Prompt for AI Agents
In source/_integrations/google_drive.markdown around lines 37 to 38, fix the
typo "subect" to "subject" and remove the extra space before the colon. Improve
the notice by wrapping it in a warning admonition for better visibility, use
"Google APIs" in plural form, and update the link label to be clearer. Consider
consolidating cost information under a dedicated "Cost and limits" section for
better organization.
@@ -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) |
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.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Add link to google page describing limits of free use
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit