-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Google Weather docs #39589
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
Open
tronikos
wants to merge
5
commits into
home-assistant:next
Choose a base branch
from
tronikos:google_weather
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Google Weather docs #39589
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6b739ad
Add Google Weather docs
tronikos f0093a8
Update google_weather.markdown
tronikos 5415a44
Update google_weather.markdown
tronikos 35491af
Update source/_integrations/google_weather.markdown
tronikos 0a6659f
Sync changes from #39636
tronikos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Google Weather | ||
description: Instructions on how to integrate Google Weather within Home Assistant. | ||
ha_category: | ||
- Weather | ||
ha_release: '2025.7' | ||
ha_iot_class: Cloud Polling | ||
ha_config_flow: true | ||
ha_domain: google_weather | ||
ha_codeowners: | ||
- '@tronikos' | ||
ha_integration_type: service | ||
ha_quality_scale: bronze | ||
ha_platforms: | ||
- weather | ||
--- | ||
|
||
This {% term integration %} uses [Google Weather](https://developers.google.com/maps/documentation/weather) as a source for weather data for your location. | ||
|
||
## Prerequisites | ||
|
||
You need an API key. Follow instructions [in the Google developer documentation](https://developers.google.com/maps/documentation/weather/get-api-key) for creating an API key. | ||
|
||
{% note %} | ||
The Weather API is in the pre-GA Preview stage, and there is no charge for API usage during Preview. | ||
For pricing once it's in GA refer to the [billing section in the Google developer documentation](https://developers.google.com/maps/documentation/weather/usage-and-billing). | ||
|
||
It will be free as long as you stay under 10,000 requests per month. | ||
{% endnote %} | ||
|
||
{% include integrations/config_flow.md %} | ||
|
||
## Data updates | ||
|
||
The integration fetches: | ||
|
||
- current weather conditions every 15 minutes | ||
- daily weather forecast for the next 10 days every 1 hour | ||
- hourly weather forecast for the next 24 hours every 1 hour | ||
|
||
This results in 4,464 requests per month, meaning you could have up to 2 locations and still stay under the 10,000 free usage cap. | ||
|
||
## Known limitations | ||
|
||
- Weather forecast information isn't currently available in South Korea and Japan. See [here](https://support.google.com/websearch/answer/13687874). | ||
|
||
## Troubleshooting | ||
|
||
- Enable debug logging and attach logs before opening an issue. | ||
|
||
## Removing the integration | ||
|
||
{% include integrations/remove_device_service.md %} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.