mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
13 lines
303 B
YAML
13 lines
303 B
YAML
>-
|
|
|
|
{%- if states('sensor.moon') == '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 -%}
|