From b8bc25836c0fb284b99ba9a1e327eb11964e4fbd Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 19 Jan 2017 02:38:42 +0000 Subject: [PATCH] Adding in Facebook Messenger Support! --- configuration.yaml | 4 +++- notify/facebook.yaml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 notify/facebook.yaml diff --git a/configuration.yaml b/configuration.yaml index ee4c8170..8f9d01e3 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -37,6 +37,7 @@ light: # Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html - platform: flux_led + automatic_add: True devices: 192.168.10.150: name: Garage_Left @@ -118,4 +119,5 @@ automation: !include_dir_merge_list automation 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 \ No newline at end of file +input_boolean: !include_dir_merge_named input_boolean +notify: !include_dir_merge_list notify diff --git a/notify/facebook.yaml b/notify/facebook.yaml new file mode 100755 index 00000000..6e0442b8 --- /dev/null +++ b/notify/facebook.yaml @@ -0,0 +1,3 @@ +- name: Facebook_Messenger + platform: facebook + page_access_token: !secret facebook_app_token \ No newline at end of file