mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
Fixed up lights and took down facebook notify.
This commit is contained in:
parent
eb59d44604
commit
7227c4a037
@ -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
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
Interior Lights:
|
Interior_Lights:
|
||||||
entities:
|
entities:
|
||||||
- group.bedroom
|
- group.bedroom
|
||||||
- group.Living_Room_Lights
|
- group.Living_Room_Lights
|
||||||
- group.Living_Room_Accents
|
- group.Living_Room_Accents
|
||||||
- group.Dinette_Lights
|
- group.Dinette_Lights
|
||||||
- group.dining_room_lights
|
- group.dining_room_lights
|
||||||
- group.den_lights
|
- group.den_lights
|
||||||
- group.foyer_lights
|
- group.foyer_lights
|
||||||
- group.office_lights
|
- group.office_lights
|
||||||
- group.hallway_lights
|
- group.hallway_lights
|
||||||
- group.upstairs_lights
|
- group.upstairs_lights
|
||||||
- group.Outdoor_pool_lights
|
- group.Outdoor_pool_lights
|
||||||
- group.garage_lights
|
- group.garage_lights
|
||||||
|
- group.paiges_room
|
||||||
Outdoor Lights:
|
- group.justins_room
|
||||||
entities:
|
|
||||||
- light.outdoor_bathroom
|
Exterior_Lights:
|
||||||
|
entities:
|
||||||
|
- light.outdoor_bathroom
|
||||||
- group.outdoor_front_lights
|
- group.outdoor_front_lights
|
@ -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
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
- name: Facebook_Messenger
|
|
||||||
platform: facebook
|
|
||||||
page_access_token: !secret facebook_app_token
|
|
@ -29,6 +29,31 @@
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
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:
|
||||||
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user