Hello,
I’m trying to find a working method to put a simple button on the dahboard to ring find my iPhone using Find My iPhone integration using Apple iCloud.
I’ve tried script and blueprints but nothing worked.
Tried also iCloud3 v3, is working with all the sensors and so on, but i can’t find the way to make my phone ring.
Hello,
actions:
- data:
message: your message
data:
sound:
name: along_sound_file.wav
critical: 1
volume: 0.5
action: notify.mobile_iphone_2
I use this action triggered by an input boolean change of state, a button on my dashboard is changing the state of the boolean.
You need the HA app installed.
critical should ensure that phone rings even if in silent mode.
Ok, I will give it a try, thanks.
But without the application installed? Using the Find My Phone iCloud feature.
It can be done with iCloud integration, using icloud.play_sound action
.
2 Likes