Files
sarah/templates/partials/moon.yaml
2022-12-01 16:01:59 +02:00

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