A few extra improvements to K's morning briefing
This commit is contained in:
@ -9,11 +9,12 @@
|
|||||||
{% if is_state('sensor.anniversary_kallen_s_birthday', '0') %}
|
{% if is_state('sensor.anniversary_kallen_s_birthday', '0') %}
|
||||||
Even birthday boys have to get dressed. So get to it.
|
Even birthday boys have to get dressed. So get to it.
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ [ 'It is time to put some real clothes on. ',
|
{{ [ 'It is time to get your butt in gear. And your face too, ideally.',
|
||||||
'If you have not gotten dressed it is that time.',
|
|
||||||
'It is time to get your butt in gear. And your face too, ideally.',
|
|
||||||
'It is time to do the getting of readiness. And be nice to your mother!',
|
'It is time to do the getting of readiness. And be nice to your mother!',
|
||||||
'In the words of the legendary Tom Brady, LETS GO!!!',
|
'In the words of the legendary Tom Brady, LETS GO!!!',
|
||||||
|
'Yes, I know, I hate waking up too. Just kidding, I am always awake. I never sleep.',
|
||||||
|
'Nothing lasts forever, even a good nights sleep.',
|
||||||
|
'Quit farting around and get ready!',
|
||||||
] | random }}
|
] | random }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
@ -107,8 +108,10 @@
|
|||||||
{{ [ 'Guess today would be a good day to clean your room.',
|
{{ [ 'Guess today would be a good day to clean your room.',
|
||||||
'You could always do some chores. HA, good one.',
|
'You could always do some chores. HA, good one.',
|
||||||
'Want to play a nice game of chess? Sorry. I meant, want to play Beam NG?',
|
'Want to play a nice game of chess? Sorry. I meant, want to play Beam NG?',
|
||||||
|
'Want to play a nice game of chess? Sorry. I meant, want to sell your soul to League of Legends?',
|
||||||
'I hope you enjoy your day off. You deserve it.',
|
'I hope you enjoy your day off. You deserve it.',
|
||||||
'Today would be a good day to spend some time with mom and dad.',
|
'Today would be a good day to spend some time with mom and dad.',
|
||||||
|
'Yes, you have a day off! Well, you are always a little bit off anyway.',
|
||||||
] | random }}
|
] | random }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if states.sensor.thanksgiving_break_days2go.state | int <= 14 and states.sensor.thanksgiving_break_days2go.state | int > 0 %}
|
{% if states.sensor.thanksgiving_break_days2go.state | int <= 14 and states.sensor.thanksgiving_break_days2go.state | int > 0 %}
|
||||||
@ -137,7 +140,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if is_state ('input_boolean.school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %}
|
{% if is_state ('input_boolean.school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %}
|
||||||
Do you wanna build a snowman? It's snowing!
|
Do you wanna build a snowman? It is snowing!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if states.sensor.school_end_days2go.state | int == -1 -%}
|
{% if states.sensor.school_end_days2go.state | int == -1 -%}
|
||||||
|
Reference in New Issue
Block a user