mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-26 03:25:51 +00:00
Stealing more words from @thejeffreystone
This commit is contained in:
parent
820d5b6e48
commit
100752f004
@ -24,7 +24,9 @@
|
|||||||
"Daytime is over, Time to turn on the exterior lights.",
|
"Daytime is over, Time to turn on the exterior lights.",
|
||||||
"Once the Sun goes down, we turn on the exterior lights.",
|
"Once the Sun goes down, we turn on the exterior lights.",
|
||||||
"Switching to night mode!",
|
"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 + [
|
] | random + [
|
||||||
" #Sunset",
|
" #Sunset",
|
||||||
" #HomeAutomation",
|
" #HomeAutomation",
|
||||||
|
@ -125,8 +125,11 @@ automation:
|
|||||||
{{ [
|
{{ [
|
||||||
"There is a Full Moon out tonight!",
|
"There is a Full Moon out tonight!",
|
||||||
"Wish my solar panels picked up Moon rays. 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.",
|
"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"}}
|
] | random + "#Space"}}
|
||||||
image: >-
|
image: >-
|
||||||
{{ [
|
{{ [
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
'It is a little past Sunset. Time to turn on the outside lights. I am on it.',
|
'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.',
|
'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.',
|
'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 }}
|
]|random }}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
@ -102,9 +104,14 @@
|
|||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{%- macro moon() -%}
|
{%- macro moon() -%}
|
||||||
{%- if states.sensor.moon.state == 'Full moon' -%}
|
{%- if states.sensor.moon.state == 'Full moon' -%}
|
||||||
Check out the full moon tonight!
|
{{ [
|
||||||
{%- endif -%}
|
"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 -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{%- macro uv() -%}
|
{%- macro uv() -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user