Fix all kinds of formatting issues in morning briefing
These were causing the report to be read in the default Alexa voice instead of the selected Jarvis voice, presumably because AWS Polly couldn't tell what the hell was going on.
This commit is contained in:
@ -106,7 +106,6 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
{% if is_state('input_boolean.kallen_school_today','on') and is_state('input_boolean.work_today','on') %}
|
||||
{% set diff = (state_attr('input_datetime.tina_workday_start','timestamp') - state_attr('input_datetime.kallen_school_day_start','timestamp')) %}
|
||||
{%- if states.sensor.home_to_school.state|round > 12 %}
|
||||
@ -140,6 +139,7 @@
|
||||
{% else %}
|
||||
It appears no traffic reports are needed today. Enjoy your day off!
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if is_state('sensor.garbage_collection_large_pickup','1') %}
|
||||
@ -349,7 +349,6 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
</p>
|
||||
{%- endmacro -%}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user