mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-28 08:50:57 +00:00
commented out DENON media player.
This commit is contained in:
@@ -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 -%}
|
||||
|
Reference in New Issue
Block a user