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

@ -24,7 +24,9 @@
"Daytime is over, Time to turn on the exterior lights.",
"Once the Sun goes down, we turn on the exterior lights.",
"Switching to night mode!",
"Since it is sunset, I will turn on the exterior lights."
"Since it is sunset, I will turn on the exterior lights.",
"The outside world has switched to dark mode.",
"If you have not looked outside lately the light of the day is gone."
] | random + [
" #Sunset",
" #HomeAutomation",

View File

@ -125,8 +125,11 @@ automation:
{{ [
"There is a Full Moon out tonight!",
"Wish my solar panels picked up Moon rays. Full Moon out tonight.",
"The moon is huge! And full. ",
"Turn down the lights, there is a Full Moon out tonight.",
"Get out your telescopes, it'll be a Full Moon out tonight!"
"If you want to see the full moon, tonight is the night.",
"Get out your telescopes, it'll be a Full Moon out tonight!",
"Not a half moon, Not a quarter moon. There is a FULL moon out tonight."
] | random + "#Space"}}
image: >-
{{ [

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() -%}