From 2ec32b9dee13e83ea90f4f7f182d373b83b76bb6 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 13 Mar 2017 17:33:32 +0000 Subject: [PATCH] Closes #107 - Added IFTTT alert when I take my medicine for record keeping. --- .HA_VERSION | 2 +- automation/medicine_logger.yaml | 4 ++++ configuration.yaml | 2 +- device_tracker/{unifi.yaml => unifi.yaml.disabled} | 0 4 files changed, 6 insertions(+), 2 deletions(-) rename device_tracker/{unifi.yaml => unifi.yaml.disabled} (100%) diff --git a/.HA_VERSION b/.HA_VERSION index 23b64a49..6c772873 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.40.0 \ No newline at end of file +0.38.3 \ No newline at end of file diff --git a/automation/medicine_logger.yaml b/automation/medicine_logger.yaml index 63290dee..7fb086e3 100755 --- a/automation/medicine_logger.yaml +++ b/automation/medicine_logger.yaml @@ -22,3 +22,7 @@ payload: '{{ states("sensor.date") }}' topic: 'dash/simplehuman/medicine_time' retain: true + + - service: script.ifttt_notify + data_template: + value1: 'Took Medicine today.' diff --git a/configuration.yaml b/configuration.yaml index fa43293e..289bc3b4 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -22,7 +22,7 @@ frontend: group: !include_dir_merge_named group device_tracker: !include_dir_merge_list device_tracker -discovery: +#discovery: updater: sun: diff --git a/device_tracker/unifi.yaml b/device_tracker/unifi.yaml.disabled similarity index 100% rename from device_tracker/unifi.yaml rename to device_tracker/unifi.yaml.disabled