From 8e20e9bc4bdf1ad008d7daeb4f92c92e60a5aba0 Mon Sep 17 00:00:00 2001 From: ccostan Date: Thu, 10 Jan 2019 12:18:12 -0500 Subject: [PATCH] Updated with New SunRise/Sunset options and Upgraded to 0.86 --- config/.HA_VERSION | 2 +- config/sensor/weather.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 39dad90e..50c56fca 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.84.6 \ No newline at end of file +0.85.0b0 \ No newline at end of file diff --git a/config/sensor/weather.yaml b/config/sensor/weather.yaml index 782dcc61..e3edcbd3 100755 --- a/config/sensor/weather.yaml +++ b/config/sensor/weather.yaml @@ -1,8 +1,8 @@ - platform: darksky api_key: !secret forecast_key monitored_conditions: -# - summary -# - precip_type + - summary + - precip_type - precip_intensity - precip_intensity_max - temperature @@ -17,3 +17,5 @@ # - visibility # - ozone - uv_index + - sunrise_time + - sunset_time