diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index d41773e3..f2686232 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -24,7 +24,9 @@ "Daytime is over, Time to turn on the exterior lights.", "Once the Sun goes down, we turn on the exterior lights.", "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 + [ " #Sunset", " #HomeAutomation", diff --git a/config/packages/space.yaml b/config/packages/space.yaml index 75e9d844..179fda80 100755 --- a/config/packages/space.yaml +++ b/config/packages/space.yaml @@ -125,8 +125,11 @@ automation: {{ [ "There is a 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.", - "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"}} image: >- {{ [ diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index a22d8bb0..e3cc97c0 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -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() -%}