More briefing tweaks #97
This commit is contained in:
@ -2,13 +2,17 @@
|
||||
{# Daily Briefing #}
|
||||
{% from 'formatting.jinja' import cleanup %}
|
||||
{%- macro getReport() -%}
|
||||
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote %}
|
||||
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote, today_is %}
|
||||
{% from 'status.jinja' import houseStatusReport, tonyStatusReport, tinaStatusReport, kallenStatusReport, emmaStatusReport %}
|
||||
{% from 'easy_time.jinja' import count_the_days %}
|
||||
{% from 'weather.jinja' import weatherReport %}
|
||||
{% from 'sports.jinja' import sports_updates %}
|
||||
<p>
|
||||
{{ greeting() }}
|
||||
{{ greeting('date') }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ today_is() }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -2,22 +2,16 @@
|
||||
{# Morning Briefing #}
|
||||
{% from 'formatting.jinja' import cleanup %}
|
||||
{%- macro getReport() -%}
|
||||
{% from 'speech.jinja' import greeting_nodate, dadjoke, inspirational_quote %}
|
||||
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote, today_is %}
|
||||
{% from 'status.jinja' import tonyStatusReport, tinaStatusReport, kallenStatusReport, emmaStatusReport %}
|
||||
{% from 'easy_time.jinja' import count_the_days %}
|
||||
{% from 'weather.jinja' import weatherReport %}
|
||||
{% from 'sports.jinja' import sports_updates %}
|
||||
<p>
|
||||
{{ greeting_nodate() }}
|
||||
{{ greeting('nodate') }}
|
||||
</p>
|
||||
<p>
|
||||
{{ [
|
||||
'Today is ',
|
||||
'If you have not been keeping track today is ',
|
||||
'Do you know what day of the week it is? Today is',
|
||||
'I hate to be the bearer of bad news, but today is '
|
||||
]|random }}
|
||||
{{states.sensor.today_is.state }}.
|
||||
{{ today_is() }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -9,7 +9,7 @@
|
||||
{% from 'weather.jinja' import weatherReport %}
|
||||
{% from 'sports.jinja' import sports_updates %}
|
||||
<p>
|
||||
{{ greeting() }}
|
||||
{{ greeting('date') }}
|
||||
</p>
|
||||
<p>
|
||||
{{ [
|
||||
|
Reference in New Issue
Block a user