diff --git a/config/configuration.yaml b/config/configuration.yaml index 0437cd61..ae59c911 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -253,12 +253,11 @@ tts: region_name: 'us-east-1' text_type: ssml cache: True + base_url: !secret http_base_url # cache_dir: /data/tts wink: - # email: !secret wink_username - # password: !secret wink_password - # local_control: True + group: !include_dir_merge_named group device_tracker: !include_dir_merge_list device_tracker diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index eafbed5f..e953d8ed 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -15,13 +15,15 @@ entities: group.outdoor_front_lights: state: 'on' - color_name: 'Gold' + #color_name: 'Gold' + rgb_color: [255,223,0] - name: front_full_brightness entities: group.outdoor_front_lights: state: 'on' - color_name: 'White' + #color_name: 'White' + rgb_color: [255,255,255] brightness: 250 - name: month_RWB_colors @@ -45,7 +47,8 @@ rgb_color: [245,245,245] light.outdoor_sconce_1: state: 'on' - color_name: 'Blue' + #color_name: 'Blue' + rgb_color: [30,144,255] light.led_garage_large: state: 'on' #color_name: 'Red' @@ -60,31 +63,38 @@ rgb_color: [245,245,245] light.led_outdoor_den: state: 'on' - color_name: 'Blue' + #color_name: 'Blue' + rgb_color: [30,144,255] - name: month_valentine_colors entities: group.outdoor_front_lights: state: 'on' - color_name: 'Crimson' + #color_name: 'Crimson' + rgb_color: [220,20,60] - name: month_mardi_gras_colors entities: light.outdoor_foyer: state: 'on' - color_name: 'Gold' + #color_name: 'Gold' + rgb_color: [255,223,0] light.front_door: state: 'on' - color_name: 'Purple' + #color_name: 'Purple' + rgb_color: [128,0,128] light.outdoor_sconce_1: state: 'on' - color_name: 'Purple' + #color_name: 'Purple' + rgb_color: [128,0,128] light.outdoor_sconce_2: state: 'on' - color_name: 'Gold' + #color_name: 'Gold' + rgb_color: [255,223,0] light.outdoor_sconce_3: state: 'on' - color_name: 'Purple' + #color_name: 'Purple' + rgb_color: [128,0,128] light.led_garage_large: state: 'on' color_name: 'Green' @@ -207,16 +217,19 @@ rgb_color: [23,114,69] light.led_garage_large: state: 'on' - color_name: 'Red' + #color_name: 'Red' + rgb_color: [255,0,0] light.led_garage_snip: state: 'on' - color_name: 'Red' + #color_name: 'Red' + rgb_color: [255,0,0] light.led_garage_small: state: 'on' color_name: 'Green' light.led_outdoor_den: state: 'on' - color_name: 'white' + #color_name: 'white' + rgb_color: [255,255,255] - name: month_mothers_day_colors entities: @@ -300,16 +313,17 @@ color_name: 'blue' light.front_door: state: 'on' - color_name: 'white' + #color_name: 'white' + rgb_color: [255,255,255] light.outdoor_sconce_1: state: 'on' - color_name: 'white' + rgb_color: [255,255,255] light.outdoor_sconce_2: state: 'on' - color_name: 'white' + rgb_color: [255,255,255] light.outdoor_sconce_3: state: 'on' - color_name: 'white' + rgb_color: [255,255,255] light.led_garage_large: state: 'on' color_name: 'Blue' @@ -327,19 +341,23 @@ entities: light.outdoor_foyer: state: 'on' - color_name: 'red' + #color_name: 'red' + rgb_color: [255,0,0] light.front_door: state: 'on' color_name: 'green' light.outdoor_sconce_1: state: 'on' - color_name: 'red' + #color_name: 'red' + rgb_color: [255,0,0] light.outdoor_sconce_2: state: 'on' - color_name: 'red' + #color_name: 'red' + rgb_color: [255,0,0] light.outdoor_sconce_3: state: 'on' - color_name: 'red' + #color_name: 'red' + rgb_color: [255,0,0] light.led_garage_large: state: 'on' color_name: 'green' @@ -361,7 +379,8 @@ entities: light.outdoor_foyer: state: 'on' - color_name: 'red' + #color_name: 'red' + rgb_color: [255,0,0] light.front_door: state: 'on' color_name: 'yellow'