diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index d65423fb125..af9f197f404 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -26,16 +26,17 @@ You need an API key, which is free, but requires a [registration](https://home.o To add OpenWeatherMap integration go to **Configuration** >> **Integrations** and find the integration in the list. -| Parameter | Value | -| :------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- | -| API Key | API Key from the website | -| 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, or `freedaily` for a five-day forecast with the free tier. | -| Language | Language for receiving data (only for `sensor`) | +| Parameter | Value | +| :------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| API Key | API Key from the website | +| 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). | +| Language | Language for receiving data (only for `sensor`) | The integration creates weather entity and also sensors for all available conditions. +Selecting a `onecall` mode with the free tier leverages the One Call API, resulting in updates every 5 minutes and is recommended for both hourly and daily forecast. For each condition `sensor` entity will be created with id: @@ -45,8 +46,8 @@ Sensor prints information in language which was selected for integration. All conditions: -| Condition | Description | -| :----------- | :------------------------------------- | +| Condition | Description | +| :------------- | :----------------------------------- | | `weather` | A human-readable text summary. | | `temperature` | Current temperature. | | `wind_speed` | Wind speed. |