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