mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Document default mode for openweathermap (#18259)
Although onecall_daily is documented as ideal for the free tier, I had to read the source to confirm it was the default. Adding this does not seem to break the formatting on the screen sizes I tried it with.
This commit is contained in:
parent
3be31d2e92
commit
cbd316b1f6
@ -40,7 +40,7 @@ not be activated yet.
|
|||||||
| Name | Name of the integration |
|
| Name | Name of the integration |
|
||||||
| Latitude | Latitude for weather forecast and sensor |
|
| Latitude | Latitude for weather forecast and sensor |
|
||||||
| Longitude | Longitude for weather forecast and sensor |
|
| Longitude | Longitude for weather forecast and sensor |
|
||||||
| Mode | Forecast mode, `hourly` for a three-hour forecast, `daily` for daily forecast using a paid API tier, `onecall_hourly` for an hourly forecast up to 2 days, or `onecall_daily` for a daily forecast up to 7 days (ideal for the free tier). |
|
| Mode | Forecast mode, `hourly` for a three-hour forecast, `daily` for daily forecast using a paid API tier, `onecall_hourly` for an hourly forecast up to 2 days, or `onecall_daily` for a daily forecast up to 7 days (ideal for the free tier, default). |
|
||||||
| Language | Language for receiving data (only for `sensor`) |
|
| Language | Language for receiving data (only for `sensor`) |
|
||||||
|
|
||||||
The integration creates a weather entity as well as sensors for supported weather conditions.
|
The integration creates a weather entity as well as sensors for supported weather conditions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user