Stealing more words from @thejeffreystone

This commit is contained in:
ccostan
2019-11-24 12:14:12 -05:00
parent 820d5b6e48
commit 100752f004
3 changed files with 18 additions and 6 deletions

View File

@@ -7,7 +7,9 @@
'It is a little past Sunset. Time to turn on the outside lights. I am on it.',
'I will switch on the outside lights. It is getting dark outside.',
'Time to turn on the front lights. I will take care of it.',
'Switching to night mode! '
'Switching to night mode! ',
'If you have not looked outside lately the light of the day is gone.',
'The outside world has switched to dark mode.'
]|random }}
{%- endmacro -%}
@@ -102,9 +104,14 @@
{%- endmacro -%}
{%- macro moon() -%}
{%- if states.sensor.moon.state == 'Full moon' -%}
Check out the full moon tonight!
{%- endif -%}
{%- if states.sensor.moon.state == 'Full moon' -%}
{{ [
"Check out the full moon tonight!",
"Hey look, There is the full moon. ",
"The moon is huge! And full. ",
"If you want to see the full moon tonight is the night."
] | random }}
{%- endif -%}
{%- endmacro -%}
{%- macro uv() -%}