Adding a GREEN scene for Veteran's DAy.

This commit is contained in:
ccostan 2022-11-08 12:54:58 -05:00
parent 87ee30451e
commit 78157d8ad5
5 changed files with 26 additions and 18 deletions

View File

@ -1 +1 @@
2022.11.0 2022.11.1

View File

@ -19,22 +19,22 @@ homeassistant:
allow_bypass_login: true allow_bypass_login: true
# This is the section that loads with the default_config # This is the section that loads with the default_config
default_config:
dhcp: # dhcp:
energy: # energy:
frontend: # frontend:
homeassistant_alerts: # homeassistant_alerts:
image: # image:
media_source: # media_source:
my: # my:
network: # network:
person: # person:
sun: # sun:
ssdp: # ssdp:
stream: # stream:
system_health: # system_health:
webhook: # webhook:
zeroconf: # zeroconf:
### End of the default_Config stuff ### End of the default_Config stuff
config: config:

View File

@ -292,6 +292,12 @@
state: 'on' state: 'on'
rgb_color: *green rgb_color: *green
- name: month_veterans_colors
entities:
light.outdoor_front_lights:
state: 'on'
rgb_color: *green
- name: month_thanksgiving_colors - name: month_thanksgiving_colors
entities: entities:
light.outdoor_front_lights: light.outdoor_front_lights:

View File

@ -57,6 +57,8 @@ monthly_color_scene:
{%- elif now().strftime("%m%d")|int >= 1001 {%- elif now().strftime("%m%d")|int >= 1001
and now().strftime("%m%d")|int <= 1031-%} and now().strftime("%m%d")|int <= 1031-%}
halloween halloween
{%- elif now().strftime("%m%d")|int == 1111 -%}
veterans
{%- elif states('sensor.thanksgiving_day_countdown') | int < 4 -%} {%- elif states('sensor.thanksgiving_day_countdown') | int < 4 -%}
thanksgiving thanksgiving
{%- elif states('sensor.chanukkah_countdown') | int <= 1 -%} {%- elif states('sensor.chanukkah_countdown') | int <= 1 -%}

View File

@ -330,7 +330,7 @@ tweet_youtube_engine_setup:
], ],
"GardenLED": [ "GardenLED": [
"LOOK! We Got MORE Solar LED Garden Lights! (https://youtube.com/shorts/TigbEg3YIZI)" "LOOK! We Got MORE Solar LED Garden Lights! (https://youtube.com/shorts/TigbEg3YIZI)"
], ]
} %} } %}