From 74dfce683b07f5bc9171237ad28500be63b49f7d Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 1 Jan 2017 18:31:41 +0000 Subject: [PATCH] Updated with New LED light strips above Den! --- configuration.yaml | 5 ++++- customize/lights.yaml | 5 +++++ group/lights.yaml | 1 + scene/monthly_front_colors.yaml | 21 +++++++++++++++++++++ 4 files changed, 31 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 896d4b78..ee4c8170 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -44,7 +44,10 @@ light: 192.168.10.167: name: Garage_Small mode: "rgb" - + 192.168.10.168: + name: Outdoor_Den + mode: "rgb" + emulated_hue: host_ip: 192.168.10.10 listen_port: 8300 diff --git a/customize/lights.yaml b/customize/lights.yaml index 44b78b9e..e618c9e7 100755 --- a/customize/lights.yaml +++ b/customize/lights.yaml @@ -78,6 +78,11 @@ light.garage_left: emulated_hue: True hidden: False +light.outdoor_den: + friendly_name: 'Outdoor Den' + emulated_hue: True + hidden: False + light.hallway: friendly_name: 'Hallway' emulated_hue: False diff --git a/group/lights.yaml b/group/lights.yaml index 52c1bd92..7068b7be 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -71,6 +71,7 @@ Outdoor Front Lights: - light.outdoor_sconce_3 - light.garage_left - light.garage_small + - light.outdoor_den Garage lights: control: hidden diff --git a/scene/monthly_front_colors.yaml b/scene/monthly_front_colors.yaml index b1af19f2..62a40c17 100755 --- a/scene/monthly_front_colors.yaml +++ b/scene/monthly_front_colors.yaml @@ -22,6 +22,18 @@ light.outdoor_sconce_3: state: on brightness: 255 + light.garage_left: + state: on + color_name: 'Yellow' + brightness: 150 + light.garage_small: + state: on + color_name: 'Yellow' + brightness: 150 + light.outdoor_den: + state: on + color_name: 'Yellow' + brightness: 150 - name: month_front_12_colors entities: @@ -49,6 +61,10 @@ state: on color_name: 'RoyalBlue' brightness: 255 + light.outdoor_den: + state: on + color_name: 'RoyalBlue' + brightness: 255 - name: front_full_brightness entities: @@ -75,5 +91,10 @@ state: on color_name: 'White' brightness: 255 + light.outdoor_den: + state: on + color_name: 'White' + brightness: 255 + \ No newline at end of file