From cedefdbf9cec35e8d69a3f3046eaa7d2673690c5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 12 Apr 2017 21:22:39 -0400 Subject: [PATCH] Testing http to mqtt --- automations/jeff_status_unknown.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 automations/jeff_status_unknown.yaml diff --git a/automations/jeff_status_unknown.yaml b/automations/jeff_status_unknown.yaml new file mode 100644 index 0000000..f5486dc --- /dev/null +++ b/automations/jeff_status_unknown.yaml @@ -0,0 +1,16 @@ +alias: "Jeff Arrives Home" +trigger: +# platform: zone +# event: enter +# zone: zone.home +# entity_id: device_tracker.jeffreystonesiphone + platform: mqtt + topic: anchoragehouse/jeffrey/status + # Optional + payload: 'unknown' +action: + - service: notify.notify + data: + title: "Jarvis" + message: "Jeff has arrived home" + - service: script.jeff_is_known