diff --git a/automation/dark_rainy_day.yaml b/automation/dark_rainy_day.yaml index 5c807952..b7200b47 100755 --- a/automation/dark_rainy_day.yaml +++ b/automation/dark_rainy_day.yaml @@ -34,8 +34,7 @@ action: - service: light.turn_on entity_id: - - light.tv_light - - light.tv_stand_light + - light.couch_1 data: transition: 1200 - service: switch.turn_on @@ -57,8 +56,7 @@ action: - service: light.turn_off entity_id: - - light.tv_light - - light.tv_stand_light + - light.couch_1 data: transition: 1200 - service: switch.turn_off diff --git a/configuration.yaml b/configuration.yaml index f855c7a4..5c3278e8 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -39,7 +39,7 @@ light: devices: 192.168.10.150: mode: "rgb" - name: Test Strip + name: Garage_Left emulated_hue: host_ip: 192.168.10.10 diff --git a/scene/monthly_front_colors.yaml b/scene/monthly_front_colors.yaml index df39586f..137ab79d 100755 --- a/scene/monthly_front_colors.yaml +++ b/scene/monthly_front_colors.yaml @@ -1,63 +1,71 @@ -#Color Table -# http://www.w3schools.com/colors/colors_hex.asp - -# service: scene.turn_on -# entity_id: scene.month_front_1_colors - - -- name: month_front_1_colors - entities: - light.outdoor_sconce_2: - state: on - color_name: 'Gold' - brightness: 255 - light.outdoor_sconce_1: - state: on - color_name: 'Gold' - brightness: 255 - light.outdoor_foyer: - state: on - color_name: 'Gold' - brightness: 255 - light.outdoor_sconce_3: - state: on - brightness: 255 - -- name: month_front_12_colors - entities: - light.outdoor_sconce_2: - state: on - color_name: 'FireBrick' - brightness: 255 - light.outdoor_sconce_1: - state: on - color_name: 'FireBrick' - brightness: 255 - light.outdoor_foyer: - state: on - color_name: 'FireBrick' - brightness: 255 - light.outdoor_sconce_3: - state: on - brightness: 255 - -- name: front_full_brightness - entities: - light.outdoor_sconce_2: - state: on - color_name: 'White' - brightness: 255 - light.outdoor_sconce_1: - state: on - color_name: 'White' - brightness: 255 - light.outdoor_foyer: - state: on - color_name: 'White' - brightness: 255 - light.outdoor_sconce_3: - state: on - brightness: 255 - - +#Color Table +# http://www.w3schools.com/colors/colors_hex.asp + +# service: scene.turn_on +# entity_id: scene.month_front_1_colors + + +- name: month_front_1_colors + entities: + light.outdoor_sconce_2: + state: on + color_name: 'Gold' + brightness: 255 + light.outdoor_sconce_1: + state: on + color_name: 'Gold' + brightness: 255 + light.outdoor_foyer: + state: on + color_name: 'Gold' + brightness: 255 + light.outdoor_sconce_3: + state: on + brightness: 255 + +- name: month_front_12_colors + entities: + light.outdoor_sconce_2: + state: on + color_name: 'FireBrick' + brightness: 255 + light.outdoor_sconce_1: + state: on + color_name: 'FireBrick' + brightness: 255 + light.outdoor_foyer: + state: on + color_name: 'FireBrick' + brightness: 255 + light.outdoor_sconce_3: + state: on + brightness: 255 + light.garage_left: + state: on + color_name: 'ForestGreen' + brightness: 255 + +- name: front_full_brightness + entities: + light.outdoor_sconce_2: + state: on + color_name: 'White' + brightness: 255 + light.outdoor_sconce_1: + state: on + color_name: 'White' + brightness: 255 + light.outdoor_foyer: + state: on + color_name: 'White' + brightness: 255 + light.outdoor_sconce_3: + state: on + brightness: 255 + light.garage_left: + state: on + color_name: 'White' + brightness: 255 + + \ No newline at end of file