Home-AssistantConfig/config/scene/monthly_colors.yaml

383 lines
9.7 KiB
YAML
Raw Normal View History

######################################################################################################
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Youtube Video description of how I use this script
# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
# https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html
######################################################################################################
2018-01-02 00:00:45 +00:00
- name: month_standard_colors
entities:
light.outdoor_front_lights:
2018-01-02 00:00:45 +00:00
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &gold [255,223,0]
2018-01-02 00:00:45 +00:00
- name: front_full_brightness
entities:
light.outdoor_front_lights:
2018-01-02 00:00:45 +00:00
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &white [255,255,255]
2018-01-02 00:00:45 +00:00
brightness: 250
- name: month_RWB_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &smoke [245,245,245]
2018-01-02 00:00:45 +00:00
brightness: 30
light.flood_2:
state: 'on'
2024-09-25 15:51:00 +00:00
rgb_color: &red [204,0,0]
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &blue [30,144,255]
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
light.treeflood:
state: 'on'
rgb_color: *blue
2018-01-02 00:00:45 +00:00
- name: month_valentine_colors
entities:
light.outdoor_front_lights:
2018-01-02 00:00:45 +00:00
state: 'on'
rgb_color: &crimson [220,20,60]
2018-01-02 00:00:45 +00:00
- name: month_mardi_gras_colors
2018-01-02 00:00:45 +00:00
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *gold
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *gold
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2024-09-25 15:51:00 +00:00
rgb_color: &purple [128,0,128]
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *gold
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *purple
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &green [0,128,0]
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
light.treeflood:
state: 'on'
rgb_color: *green
2018-01-02 00:00:45 +00:00
- name: month_st_patty_colors
entities:
light.outdoor_front_lights:
2018-01-02 00:00:45 +00:00
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
- name: month_pi_colors
entities:
light.outdoor_front_lights:
2018-01-02 00:00:45 +00:00
state: 'on'
rgb_color: [3,14,159] #Pi Value #Nerd
2018-01-02 00:00:45 +00:00
- name: month_easter_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &lavender [244,187,255]
light.flood_2:
2018-01-02 00:00:45 +00:00
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &yellow [255,255,0]
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &bubble_gum [255,193,204]
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *lavender
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
rgb_color: *crimson
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
light.treeflood:
state: 'on'
rgb_color: *green
2018-01-02 00:00:45 +00:00
- name: month_starwars_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
light.treeflood:
state: 'on'
rgb_color: *red
2018-01-02 00:00:45 +00:00
- name: month_cinco_de_mayo_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *smoke
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *white
light.treeflood:
state: 'on'
rgb_color: *white
2018-01-02 00:00:45 +00:00
- name: month_mothers_day_colors
entities:
light.outdoor_front_lights:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *lavender
2018-01-02 00:00:45 +00:00
- name: month_fathers_day_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: &orange [255,165,0]
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *orange
light.treeflood:
state: 'on'
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
- name: month_halloween_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *blue
light.flood_2:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
brightness: 150
light.led_garage_snip:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
brightness: 150
light.led_garage_small:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
brightness: 150
light.led_outdoor_den:
state: 'on'
2020-10-08 15:55:58 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
brightness: 150
light.treeflood:
state: 'on'
rgb_color: *green
2018-01-02 00:00:45 +00:00
- name: month_veterans_colors
entities:
light.outdoor_front_lights:
state: 'on'
rgb_color: *green
2018-01-02 00:00:45 +00:00
- name: month_thanksgiving_colors
entities:
2020-11-29 23:25:09 +00:00
light.outdoor_front_lights:
state: 'on'
rgb_color: *orange
2018-01-02 00:00:45 +00:00
- name: month_hanukkah_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2020-11-29 23:25:09 +00:00
light.treeflood:
state: 'on'
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *white
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *white
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *white
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
- name: month_christmas_colors
entities:
light.outdoor_foyer:
2020-11-29 23:25:09 +00:00
state: 'on'
rgb_color: *red
2020-11-29 23:22:41 +00:00
light.treeflood:
2020-11-29 23:25:09 +00:00
state: 'on'
rgb_color: *red
light.flood_2:
state: 'on'
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
effect: green_fade
- name: month_new_years_day_colors
entities:
light.outdoor_foyer:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
light.flood_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *red
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_1:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *blue
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_2:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *yellow
2018-01-02 00:00:45 +00:00
light.outdoor_sconce_3:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *orange
2018-01-02 00:00:45 +00:00
light.led_garage_large:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_snip:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *green
2018-01-02 00:00:45 +00:00
light.led_garage_small:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *purple
2018-01-02 00:00:45 +00:00
light.led_outdoor_den:
state: 'on'
2020-10-06 19:11:00 +00:00
rgb_color: *lavender