mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-29 01:03:14 +00:00
Changing all speech notifications to go through new speech engine.
This commit is contained in:
@@ -124,11 +124,11 @@
|
||||
Currently it will take {{states.sensor.home_to_zoo.state|round}} minutes to get to the Zoo.
|
||||
|
||||
{%- if states.sensor.home_to_summit.state|round > 50 %}
|
||||
Traffic to the Cox Automotive appears heavy than normnal.
|
||||
Traffic to Summit appears heavy than normnal.
|
||||
{% else %}
|
||||
Traffic to the Cox is normal.
|
||||
Traffic to Summit is normal.
|
||||
{% endif %}
|
||||
Currently it will take {{states.sensor.home_to_summit.state|round}} minutes to get to Cox Automotive.
|
||||
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 -%}
|
||||
|
||||
|
Reference in New Issue
Block a user