From 3e38d3ae11442e31eb221953d9d5f9056293edc8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 9 Apr 2017 12:45:31 -0400 Subject: [PATCH] Abstracting wunderground --- sensors/wunderground.yaml | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 sensors/wunderground.yaml diff --git a/sensors/wunderground.yaml b/sensors/wunderground.yaml new file mode 100644 index 0000000..55d64eb --- /dev/null +++ b/sensors/wunderground.yaml @@ -0,0 +1,42 @@ +- platform: wunderground + api_key: !secret WUNDERGROUND_API_KEY + monitored_conditions: + - alerts + - dewpoint_c + - dewpoint_f + - dewpoint_string + - feelslike_c + - feelslike_f + - feelslike_string + - heat_index_c + - heat_index_f + - heat_index_string + - elevation + - location + - observation_time + - precip_1hr_in + - precip_1hr_metric + - precip_1hr_string + - precip_today_in + - precip_today_metric + - precip_today_string + - pressure_in + - pressure_mb + - pressure_trend + - relative_humidity + - station_id + - solarradiation + - temperature_string + - temp_c + - temp_f + - UV + - visibility_km + - visibility_mi + - weather + - wind_degrees + - wind_dir + - wind_gust_kph + - wind_gust_mph + - wind_kph + - wind_mph + - wind_string