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