From 345be28e5f7c30f58aa722eea1e8496aed1aca9c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Feb 2017 09:44:38 +0100 Subject: [PATCH] Add wind bearing (#1950) --- source/_components/sensor.openweathermap.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown index cdc25f3f97d..b54344f82d2 100644 --- a/source/_components/sensor.openweathermap.markdown +++ b/source/_components/sensor.openweathermap.markdown @@ -37,6 +37,7 @@ Configuration variables: - **weather**: A human-readable text summary. - **temperature**: The current temperature. - **wind_speed**: The wind speed. + - **wind_bearing**: The wind bearing. - **humidity**: The relative humidity. - **pressure**: The sea-level air pressure in millibars. - **clouds**: Description about cloud coverage.