So, the integration works fine. I can see battery status on my dashboard fine. If the automation is ran manually, it works fine. But for some reason it doesn’t seem to trigger. The automation is enabled.
What I am I doing wrong? Ärf. (automation created in the visual editor)
alias: Marie iPhone Battery low
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.iphone_marie_v3_battery
below: 20
conditions:
- condition: time
after: "15:00:00"
before: "22:00:00"
weekday:
- sun
- sat
- fri
- thu
- wed
- tue
- mon
- condition: or
conditions:
- condition: time
after: "07:00:00"
before: "08:00:00"
weekday:
- fri
- thu
- wed
- tue
- mon
- condition: or
conditions:
- condition: time
after: "09:00:00"
before: "23:00:00"
weekday:
- sun
- sat
actions:
- action: icloud3.find_iphone_alert
data:
device_name: a52f30cfb1d71fbe5659ab5cb239fc1c
- action: automation.turn_off
metadata: {}
data:
stop_actions: false
target:
entity_id: automation.marie_iphone_battery_low
mode: single