From cbd316b1f667d4739883515af288287cdb86f3d1 Mon Sep 17 00:00:00 2001 From: Bruce Howells Date: Tue, 22 Jun 2021 04:21:20 -0700 Subject: [PATCH] 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. --- source/_integrations/openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index f132f462f39..78fccfd61bc 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -40,7 +40,7 @@ not be activated yet. | Name | Name of the integration | | Latitude | Latitude 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`) | The integration creates a weather entity as well as sensors for supported weather conditions.