Fixed up lights and took down facebook notify.

This commit is contained in:
CCOSTAN 2017-01-29 04:52:16 +00:00
parent eb59d44604
commit 7227c4a037
7 changed files with 59 additions and 31 deletions

View File

@ -52,6 +52,7 @@ light:
mode: "rgb"
emulated_hue:
type: alexa
host_ip: 192.168.10.10
listen_port: 8300
expose_by_default: false
@ -122,4 +123,4 @@ scene: !include_dir_merge_list scene
switch: !include_dir_merge_list switch
script: !include_dir_merge_named script
input_boolean: !include_dir_merge_named input_boolean
notify: !include_dir_merge_list notify

View File

@ -166,8 +166,8 @@ group.outdoor_front_lights:
hidden: False
group.outdoor_lights:
friendly_name: 'Outdoor Lights'
group.exterior_lights:
friendly_name: 'Exterior Lights'
emulated_hue: True
hidden: False

View File

@ -1,19 +1,21 @@
Interior Lights:
entities:
- group.bedroom
- group.Living_Room_Lights
- group.Living_Room_Accents
- group.Dinette_Lights
- group.dining_room_lights
- group.den_lights
- group.foyer_lights
- group.office_lights
- group.hallway_lights
- group.upstairs_lights
- group.Outdoor_pool_lights
- group.garage_lights
Outdoor Lights:
entities:
- light.outdoor_bathroom
Interior_Lights:
entities:
- group.bedroom
- group.Living_Room_Lights
- group.Living_Room_Accents
- group.Dinette_Lights
- group.dining_room_lights
- group.den_lights
- group.foyer_lights
- group.office_lights
- group.hallway_lights
- group.upstairs_lights
- group.Outdoor_pool_lights
- group.garage_lights
- group.paiges_room
- group.justins_room
Exterior_Lights:
entities:
- light.outdoor_bathroom
- group.outdoor_front_lights

View File

@ -1,6 +1,7 @@
Bedroom lights:
entities:
- light.bedroom
- light.master_toilet
Kitchen lights:
entities:
@ -83,3 +84,12 @@ Hallway Lights:
entities:
- light.kids_hallway
- light.bedroom_hallway
Justins Room:
entities:
- light.justin_go
Paiges Room:
entities:
- light.Justin_go

View File

@ -1,3 +0,0 @@
- name: Facebook_Messenger
platform: facebook
page_access_token: !secret facebook_app_token

View File

@ -29,6 +29,31 @@
state: 'on'
color_name: 'Yellow'
# brightness: 150
- name: month_front_02_colors
entities:
light.outdoor_sconce_2:
state: 'on'
color_name: 'HotPink'
light.outdoor_sconce_1:
state: 'on'
color_name: 'HotPink'
light.outdoor_foyer:
state: 'on'
color_name: 'HotPink'
light.outdoor_sconce_3:
state: 'on'
color_name: 'HotPink'
light.garage_left:
state: 'on'
color_name: 'HotPink'
light.garage_small:
state: 'on'
color_name: 'HotPink'
light.outdoor_den:
state: 'on'
color_name: 'HotPink'
# brightness: 150
- name: month_front_12_colors
entities:

View File

@ -15,10 +15,3 @@ ifttt_notify:
- service: ifttt.trigger
data_template: {"event":"ifttt_notify", "value1":"{{ value1 }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
- service: notify.facebook
data_template:
message: {"event":"ifttt_notify", "value1":"{{ value1 }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
target:
- !secret Carlo_Phone
- !secret Stacey_Phone