mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-21 03:18:36 +00:00
Spelling fixes yo
This commit is contained in:
parent
d1507c1183
commit
bc344d2b91
@ -416,7 +416,7 @@ script:
|
|||||||
{% if is_state("sensor.halloween_countdown","0") %}
|
{% if is_state("sensor.halloween_countdown","0") %}
|
||||||
Happy Halloween!
|
Happy Halloween!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state("sensor.christmas_down","0") %}
|
{% if is_state("sensor.christmas_countdown","0") %}
|
||||||
Merry Christmas Everyone!
|
Merry Christmas Everyone!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state("sensor.anniversary_our_wedding","0") %}
|
{% if is_state("sensor.anniversary_our_wedding","0") %}
|
||||||
@ -448,7 +448,7 @@ script:
|
|||||||
|
|
||||||
{%- macro dark_outside() -%}
|
{%- macro dark_outside() -%}
|
||||||
{{ [
|
{{ [
|
||||||
'The sun is officially down. Exterior Cameras are now motion acivated.',
|
'The sun is officially down. Exterior Cameras are now motion activated.',
|
||||||
'The sun has been ushered off the stage. I have armed the perimiter cameras.',
|
'The sun has been ushered off the stage. I have armed the perimiter cameras.',
|
||||||
'You are running out of daylight. Time to wrap up any outside chores.',
|
'You are running out of daylight. Time to wrap up any outside chores.',
|
||||||
'Switching Anchorage House to night mode! ',
|
'Switching Anchorage House to night mode! ',
|
||||||
@ -528,7 +528,7 @@ script:
|
|||||||
{% if states.sensor.christmas_countdown.state | int == 1 %}
|
{% if states.sensor.christmas_countdown.state | int == 1 %}
|
||||||
Tomorrow is Christmas. It's practically here! Santa is coming tonight! Don't forget the cookies!
|
Tomorrow is Christmas. It's practically here! Santa is coming tonight! Don't forget the cookies!
|
||||||
{% elif states.sensor.christmas_countdown.state | int < 31 %}
|
{% elif states.sensor.christmas_countdown.state | int < 31 %}
|
||||||
There are only {{states.sensor.holiday_christmas.state}} days until christmas.
|
There are only {{states.sensor.christmas_countdown.state}} days until christmas.
|
||||||
{{ [ "All I want is a hippopatamus.",
|
{{ [ "All I want is a hippopatamus.",
|
||||||
"Hey Skylar, I know what you are getting for Christmas. But I am not telling.",
|
"Hey Skylar, I know what you are getting for Christmas. But I am not telling.",
|
||||||
"Don't forget to put something under the tree for your favorite smarthome.",
|
"Don't forget to put something under the tree for your favorite smarthome.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user