diff --git a/README.md b/README.md index 1cdac555..59df3839 100755 --- a/README.md +++ b/README.md @@ -89,6 +89,15 @@ https://i.imgur.com/xy10yI1.png #Lab notes: ```yaml + +For the led strips. + +https://home-assistant.io/components/light.flux_led/ + - platform: flux_led + devices: + 192.168.1.22: + name: Cabinet Lights + - alias: 'Get Random Time' trigger: platform: time diff --git a/automation/kitchen_lights_and_accents.yaml b/automation/kitchen_lights_and_accents.yaml index 694ee284..8b4fa16a 100755 --- a/automation/kitchen_lights_and_accents.yaml +++ b/automation/kitchen_lights_and_accents.yaml @@ -30,6 +30,8 @@ condition: - condition: sun after: 'sunset' + - condition: time + before: '23:00:00' - condition: state entity_id: group.interior_lights state: 'on' diff --git a/scene/monthly_front_colors.yaml b/scene/monthly_front_colors.yaml index f28597a1..13aca783 100755 --- a/scene/monthly_front_colors.yaml +++ b/scene/monthly_front_colors.yaml @@ -1,8 +1,5 @@ - #Color Table - # rgb_color: [255,255,255] White - #rgb_color: [61,178,112] #Green - #rgb_color: [255,112,242] #Purple - #rgb_color: [206,22,32] #red +#Color Table +# http://www.w3schools.com/colors/colors_hex.asp # service: scene.turn_on # entity_id: scene.month_front_1_colors @@ -12,15 +9,15 @@ entities: light.outdoor_sconce_2: state: on - rgb_color: [206,22,32] + color_name: 'Gold' brightness: 255 light.outdoor_sconce_1: state: on - rgb_color: [61,178,112] + color_name: 'Gold' brightness: 255 light.outdoor_foyer: state: on - rgb_color: [206,22,32] + color_name: 'Gold' brightness: 255 light.outdoor_sconce_3: state: on @@ -30,15 +27,15 @@ entities: light.outdoor_sconce_2: state: on - rgb_color: [206,22,32] + color_name: 'Crimson' brightness: 255 light.outdoor_sconce_1: state: on - rgb_color: [61,178,112] + color_name: 'Crimson' brightness: 255 light.outdoor_foyer: state: on - rgb_color: [206,22,32] + color_name: 'Crimson' brightness: 255 light.outdoor_sconce_3: state: on @@ -48,15 +45,15 @@ entities: light.outdoor_sconce_2: state: on - rgb_color: [255,255,255] + color_name: 'White' brightness: 255 light.outdoor_sconce_1: state: on - rgb_color: [255,255,255] + color_name: 'White' brightness: 255 light.outdoor_foyer: state: on - rgb_color: [255,255,255] + color_name: 'White' brightness: 255 light.outdoor_sconce_3: state: on diff --git a/scene/tv_time.yaml b/scene/tv_time.yaml index 1c94be3a..2a318095 100755 --- a/scene/tv_time.yaml +++ b/scene/tv_time.yaml @@ -20,15 +20,15 @@ light.tv_stand_light: state: on transition: 400 - xy_color: [0.5014,0.4153] + color_name: 'Gold' brightness: 150 light.tv_light: state: on transition: 400 - xy_color: [0.5014,0.4153] + color_name: 'Gold' brightness: 125 light.couch_1: state: on transition: 400 - xy_color: [0.6621,0.3023] + color_name: 'Gold' brightness: 255