diff --git a/automations/jeff_home_enter.yaml b/automations/jeff_home_enter.yaml index a1dd020..e62dde6 100644 --- a/automations/jeff_home_enter.yaml +++ b/automations/jeff_home_enter.yaml @@ -1,9 +1,13 @@ alias: "Jeff Arrives Home" trigger: - platform: zone - event: enter - zone: zone.home - entity_id: device_tracker.jeffreystonesiphone +# platform: zone +# event: enter +# zone: zone.home +# entity_id: device_tracker.jeffreystonesiphone + platform: mqtt + topic: anchoragehouse/jeffrey/status + # Optional + payload: 'stationary' action: - service: notify.notify data: diff --git a/automations/jeff_summit_leave.yaml b/automations/jeff_summit_leave.yaml index aec2910..a0e79ca 100644 --- a/automations/jeff_summit_leave.yaml +++ b/automations/jeff_summit_leave.yaml @@ -1,9 +1,13 @@ alias: "Jeff Leaves Summit" trigger: - platform: zone - event: leave - zone: zone.summit - entity_id: device_tracker.jeffreystonesiphone +# platform: zone +# event: leave +# zone: zone.summit +# entity_id: device_tracker.jeffreystonesiphone + platform: mqtt + topic: anchoragehouse/jeffrey/status + # Optional + payload: 'moving' action: - service: notify.notify data: