From 3bfc52fab87dd93bcc49e20c1eca90646fbcd714 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 10 Feb 2022 11:39:34 -0500 Subject: [PATCH] Automation to restart iCloud3 when my phone location gets stuck --- automations.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/automations.yaml b/automations.yaml index a12b020..5f8579b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -239,3 +239,15 @@ target: entity_id: switch.presence_simulation mode: single +- id: '1644510872801' + alias: iCloud3 Restart + description: For restarting iCloud3 when my phone goes off the rails + trigger: + - platform: state + entity_id: sensor.tony_s_iphone_info + to: ●● PAUSED ●● + condition: [] + action: + - service: device_tracker.icloud3_restart + data: {} + mode: single