commented out DENON media player.

This commit is contained in:
Mahasri Kalavala
2019-05-25 13:20:56 -04:00
parent a04ca2643d
commit bf3bb241b5
5 changed files with 56 additions and 56 deletions

View File

@@ -149,7 +149,7 @@
{# Only notify pollen levels in spring #}
{%- macro pollen_levels() -%}
{% if states('sensor.season') | lower == "spring" %}
Pollen level for today is {{ state_attr('sensor.allergy_index_today', 'rating') -}}.
Pollen level for today is {{ state_attr('sensor.allergy_index_today', 'rating') | replace("/", " to " ) -}}.
{%- if states('sensor.allergy_index_tomorrow') | float > 7.0 -%}
Tomorrow's pollen levels are going to be Medium to High.
{%- endif -%}