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" mode: "rgb"
emulated_hue: emulated_hue:
type: alexa
host_ip: 192.168.10.10 host_ip: 192.168.10.10
listen_port: 8300 listen_port: 8300
expose_by_default: false expose_by_default: false
@ -122,4 +123,4 @@ scene: !include_dir_merge_list scene
switch: !include_dir_merge_list switch switch: !include_dir_merge_list switch
script: !include_dir_merge_named script script: !include_dir_merge_named script
input_boolean: !include_dir_merge_named input_boolean 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 hidden: False
group.outdoor_lights: group.exterior_lights:
friendly_name: 'Outdoor Lights' friendly_name: 'Exterior Lights'
emulated_hue: True emulated_hue: True
hidden: False hidden: False

View File

@ -1,4 +1,4 @@
Interior Lights: Interior_Lights:
entities: entities:
- group.bedroom - group.bedroom
- group.Living_Room_Lights - group.Living_Room_Lights
@ -12,8 +12,10 @@ Interior Lights:
- group.upstairs_lights - group.upstairs_lights
- group.Outdoor_pool_lights - group.Outdoor_pool_lights
- group.garage_lights - group.garage_lights
- group.paiges_room
- group.justins_room
Outdoor Lights: Exterior_Lights:
entities: entities:
- light.outdoor_bathroom - light.outdoor_bathroom
- group.outdoor_front_lights - group.outdoor_front_lights

View File

@ -1,6 +1,7 @@
Bedroom lights: Bedroom lights:
entities: entities:
- light.bedroom - light.bedroom
- light.master_toilet
Kitchen lights: Kitchen lights:
entities: entities:
@ -83,3 +84,12 @@ Hallway Lights:
entities: entities:
- light.kids_hallway - light.kids_hallway
- light.bedroom_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

@ -30,6 +30,31 @@
color_name: 'Yellow' color_name: 'Yellow'
# brightness: 150 # 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 - name: month_front_12_colors
entities: entities:

View File

@ -15,10 +15,3 @@ ifttt_notify:
- service: ifttt.trigger - service: ifttt.trigger
data_template: {"event":"ifttt_notify", "value1":"{{ value1 }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"} 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