Removign traffic notices untuil I can work out the Wyze thing. Sensr hasn't been working well

This commit is contained in:
Jeffrey Stone
2022-02-24 23:10:34 -05:00
parent 95e6f64561
commit 4f036d1a4d
3 changed files with 9 additions and 44 deletions

View File

@@ -161,22 +161,6 @@
{% endif %}
</p>
<p>
{%- if states.sensor.home_to_zoo.state|round > 50 %}
Traffic to the Zoo appears heavy than normal.
{% else %}
Traffic to the Zoo is normal.
{% endif %}
Currently it will take {{states.sensor.home_to_zoo.state|round}} minutes to get to the Zoo taking {{ states.sensor.home_to_zoo.attributes.route }}.
{%- if states.sensor.home_to_summit.state|round > 50 %}
Traffic to Summit appears heavy than normal.
{% else %}
Traffic to Summit is normal.
{% endif %}
Currently it will take {{states.sensor.home_to_summit.state|round}} minutes to get to Summit taking {{ states.sensor.home_to_summit.attributes.route }}.
</p>
{%- endmacro -%}