diff --git a/configuration.yaml b/configuration.yaml index 1c88085b..76cc2d9c 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 + diff --git a/customize/groups.yaml b/customize/groups.yaml index c73715f7..fb99178d 100755 --- a/customize/groups.yaml +++ b/customize/groups.yaml @@ -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 diff --git a/group/Indoor_Outdoor.yaml b/group/Indoor_Outdoor.yaml index c814cc64..2ec9f18a 100755 --- a/group/Indoor_Outdoor.yaml +++ b/group/Indoor_Outdoor.yaml @@ -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 \ No newline at end of file diff --git a/group/lights.yaml b/group/lights.yaml index 80d18625..d3df14e7 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -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 + diff --git a/notify/facebook.yaml b/notify/facebook.yaml deleted file mode 100755 index 6e0442b8..00000000 --- a/notify/facebook.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- name: Facebook_Messenger - platform: facebook - page_access_token: !secret facebook_app_token \ No newline at end of file diff --git a/scene/monthly_front_colors.yaml b/scene/monthly_front_colors.yaml index 5a785772..bf210d6c 100755 --- a/scene/monthly_front_colors.yaml +++ b/scene/monthly_front_colors.yaml @@ -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: diff --git a/script/ifttt_notify.yaml b/script/ifttt_notify.yaml index da83a429..5d8722e9 100755 --- a/script/ifttt_notify.yaml +++ b/script/ifttt_notify.yaml @@ -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