Hi,
I have the Mobile App integration installed to get data on my iPhone and Kindle. Issue is unless I have the Home Assist app open or refreshed on my iPhone things like battery % (which I am after) don’t update. I thought I left it open. Even created automation to force an update. Didn’t seem to work. Not really interested in iCloud3. Any ideas?
alias: Update iPhone Battery Level Regularly
description: Updates the iPhone battery level sensor periodically
triggers:
- minutes: /25
trigger: time_pattern
conditions: []
actions:
- target:
entity_id: sensor.iphone_battery_level
action: homeassistant.update_entity
data: {}
mode: single