From 89df4c6f8d506a8432d2901a1901a0b3a02b4a5e Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 23 Feb 2017 00:50:33 +0000 Subject: [PATCH] Enabling Wind Speed monitoring for #77 and #78 --- sensor/weather.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sensor/weather.yaml b/sensor/weather.yaml index d3b6c0c8..3be3b255 100755 --- a/sensor/weather.yaml +++ b/sensor/weather.yaml @@ -1,13 +1,13 @@ - platform: darksky api_key: !secret forecast_key - + monitored_conditions: # - summary # - precip_type - precip_intensity - temperature # - dew_point -# - wind_speed + - wind_speed # - wind_bearing - cloud_cover - humidity @@ -27,4 +27,4 @@ # - 'co_status' # - 'smoke_status' -- platform: moon \ No newline at end of file +- platform: moon