mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Stealing more words from @thejeffreystone
This commit is contained in:
@@ -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() -%}
|
||||
|
Reference in New Issue
Block a user