mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 10:46:20 +00:00 
			
		
		
		
	Adding a GREEN scene for Veteran's DAy.
This commit is contained in:
		| @@ -1 +1 @@ | ||||
| 2022.11.0 | ||||
| 2022.11.1 | ||||
| @@ -19,22 +19,22 @@ homeassistant: | ||||
|      allow_bypass_login: true | ||||
|  | ||||
| # This is the section that loads with the default_config | ||||
|  | ||||
| dhcp: | ||||
| energy: | ||||
| frontend: | ||||
| homeassistant_alerts: | ||||
| image: | ||||
| media_source: | ||||
| my: | ||||
| network: | ||||
| person: | ||||
| sun: | ||||
| ssdp: | ||||
| stream: | ||||
| system_health: | ||||
| webhook: | ||||
| zeroconf: | ||||
| default_config: | ||||
| # dhcp: | ||||
| # energy: | ||||
| # frontend: | ||||
| # homeassistant_alerts: | ||||
| # image: | ||||
| # media_source: | ||||
| # my: | ||||
| # network: | ||||
| # person: | ||||
| # sun: | ||||
| # ssdp: | ||||
| # stream: | ||||
| # system_health: | ||||
| # webhook: | ||||
| # zeroconf: | ||||
| ### End of the default_Config stuff | ||||
|  | ||||
| config: | ||||
|   | ||||
| @@ -292,6 +292,12 @@ | ||||
|           state: 'on' | ||||
|           rgb_color: *green | ||||
|  | ||||
| - name: month_veterans_colors | ||||
|   entities: | ||||
|        light.outdoor_front_lights: | ||||
|            state: 'on' | ||||
|            rgb_color: *green | ||||
|  | ||||
| - name: month_thanksgiving_colors | ||||
|   entities: | ||||
|      light.outdoor_front_lights: | ||||
|   | ||||
| @@ -57,6 +57,8 @@ monthly_color_scene: | ||||
|           {%- elif now().strftime("%m%d")|int >= 1001 | ||||
|           and now().strftime("%m%d")|int <= 1031-%} | ||||
|           halloween | ||||
|           {%- elif now().strftime("%m%d")|int == 1111 -%} | ||||
|           veterans | ||||
|           {%- elif states('sensor.thanksgiving_day_countdown') | int < 4  -%} | ||||
|           thanksgiving | ||||
|           {%- elif states('sensor.chanukkah_countdown') | int <= 1  -%} | ||||
|   | ||||
| @@ -330,7 +330,7 @@ tweet_youtube_engine_setup: | ||||
|               ], | ||||
|               "GardenLED": [ | ||||
|                 "LOOK! We Got MORE Solar LED Garden Lights! (https://youtube.com/shorts/TigbEg3YIZI)" | ||||
|               ], | ||||
|               ] | ||||
|  | ||||
|             } %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user