mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
13 lines
306 B
YAML
13 lines
306 B
YAML
>-
|
|
|
|
{%- 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 -%}
|