diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index e319b7875a7..826b6defd9f 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -18,7 +18,7 @@ There is currently support for the following device types within Home Assistant: - [Sensor](#sensor) - [Weather](#weather) -You need an API key which is free but requires a [registration](https://home.openweathermap.org/users/sign_up). +You need an API key, which is free, but requires a [registration](https://home.openweathermap.org/users/sign_up). ## Weather @@ -42,7 +42,7 @@ name: type: string default: OpenWeatherMap mode: - description: "Can specify `hourly`, `daily` of `freedaily`. Select `hourly` for a three-hour forecast, `daily` for daily forecast or `freedaily` for a five days forecast with the free tier." + description: "Can specify `hourly`, `daily`, or `freedaily`. Select `hourly` for a three-hour forecast, `daily` for daily forecast, or `freedaily` for a five-day forecast with the free tier." required: false type: string default: "`hourly`" @@ -68,7 +68,7 @@ This platform is an alternative to the [`openweathermap`](/integrations/openweat The `openweathermap` platform uses [OpenWeatherMap](https://openweathermap.org/) as a source for current meteorological data for your location. The `forecast` will show you the condition in 3h. -To add OpenWeatherMap sensor to your installation, add the following to your `configuration.yaml` file: +To include OpenWeatherMap sensor to your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -95,7 +95,7 @@ forecast: default: false type: boolean language: - description: The language in which you want text results to be returned. It's a two-characters string, e.g., `en`, `es`, `ru`, `it`, etc. + description: The language in which you want text results to be returned. It's a two-characters string (e.g., `en`, `es`, `ru`, `it`, etc.). required: false default: en type: string @@ -107,23 +107,23 @@ monitored_conditions: weather: description: A human-readable text summary. temperature: - description: The current temperature. + description: Current temperature. wind_speed: - description: The wind speed. + description: Wind speed. wind_bearing: - description: The wind bearing. + description: Wind bearing. humidity: - description: The relative humidity. + description: Relative humidity. pressure: - description: The sea-level air pressure in millibars. + description: Sea-level air pressure in millibars. clouds: - description: Description about cloud coverage. + description: Description of cloud coverage. rain: - description: The rain volume. + description: Rain volume. snow: - description: The snow volume. + description: Snow volume. weather_code: - description: The current weather condition code. + description: Current weather condition code. {% endconfiguration %} Details about the API are available in the [OpenWeatherMap documentation](https://openweathermap.org/api).