2018-10-30 17:50:30 +00:00
|
|
|
######################################################################################################
|
|
|
|
# @CCOSTAN
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
2018-10-30 17:52:03 +00:00
|
|
|
# Youtube Video description of how I use this script
|
|
|
|
# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html
|
2019-02-22 19:55:09 +00:00
|
|
|
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
|
2020-10-09 17:21:06 +00:00
|
|
|
# https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html
|
2018-10-30 17:50:30 +00:00
|
|
|
######################################################################################################
|
2018-01-02 00:00:45 +00:00
|
|
|
- name: month_standard_colors
|
|
|
|
entities:
|
2020-06-07 20:06:43 +00:00
|
|
|
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:
|
2020-06-07 20:06:43 +00:00
|
|
|
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
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: &red [204,0,0]
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
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-09 17:21:06 +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_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
|
2018-01-02 00:00:45 +00:00
|
|
|
|
|
|
|
- name: month_valentine_colors
|
|
|
|
entities:
|
2020-06-07 20:06:43 +00:00
|
|
|
light.outdoor_front_lights:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-09 17:21:06 +00:00
|
|
|
rgb_color: &crimson [220,20,60]
|
2018-01-02 00:00:45 +00:00
|
|
|
|
2019-02-15 16:29:55 +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
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: &purple [128,0,128]
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
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'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *purple
|
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
|
2018-01-02 00:00:45 +00:00
|
|
|
|
|
|
|
- name: month_st_patty_colors
|
|
|
|
entities:
|
2020-06-07 20:06:43 +00:00
|
|
|
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:
|
2020-06-07 20:06:43 +00:00
|
|
|
light.outdoor_front_lights:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-09 17:21:06 +00:00
|
|
|
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]
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2020-09-24 15:32:01 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *lavender
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
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'
|
2020-10-09 17:21:06 +00:00
|
|
|
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
|
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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *red
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *yellow
|
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
|
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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *red
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
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
|
2018-01-02 00:00:45 +00:00
|
|
|
|
2019-02-15 16:21:01 +00:00
|
|
|
- name: month_mothers_day_colors
|
|
|
|
entities:
|
2020-06-07 20:06:43 +00:00
|
|
|
light.outdoor_front_lights:
|
2019-02-15 16:21:01 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *lavender
|
2019-02-15 16:21:01 +00:00
|
|
|
|
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]
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *orange
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-10-08 15:55:58 +00:00
|
|
|
rgb_color: *green
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *orange
|
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
|
|
|
|
|
|
|
|
- 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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
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: *red
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *white
|
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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-11-29 00:34:05 +00:00
|
|
|
rgb_color: *green
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
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
|
|
|
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
|
2020-09-24 15:32:01 +00:00
|
|
|
light.flood2:
|
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *red
|
2019-08-14 00:01:55 +00:00
|
|
|
light.front_door:
|
2018-01-02 00:00:45 +00:00
|
|
|
state: 'on'
|
2020-10-06 19:11:00 +00:00
|
|
|
rgb_color: *yellow
|
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
|