I’m trying to make a phone call directly from the notification I’m using this action but for some reason it doesn’t work, I’m not sure what I’m doing wrong, here is the code I"m using:
with this action I can write the phone number on the dialer I just have to press call to call the number. but I’d like to directly call the number ( without me pressing anything ).
I just tried with Tasker and it worked using call with auto dial.
I don’t have time to test it now but perhaps the intent listener of HA can capture what Tasker does?
Or perhaps you can use Tasker as a man in the middle?
I’m not sure if intent listener of HA can capture what Tasker does.
I prefer to use it in home assistant, I’d like to combine it with actionable notification to call “someone” when a “Trigger” happen.
For example to call home if the main door left open for a certain period of time with no motion around it then I’ll get a notification like in the pic bellow:
If you looked at the link from Google they explain you have to click call on your own. You’ll need to use tasker to actually achieve this like others mentioned.
When the phone app opens, it displays the phone number but the user must press the Call button to begin the phone call.
To place a phone call directly, use the ACTION_CALL action and specify a phone number using the URI scheme defined below. When the phone app opens, it begins the phone call; the user does not need to press the Call button.
Ah not sure why I missed that, will need to run some tests as we probably need to direct the user to granting the permission first time the command is received. Can someone in here please submit a feature request for this specific intent so we can get it added?
So in a feature version we can have a phone call a different phone, wait for trigger on the other phones call sensor that they answered the call, and have a TTS message be read over the phone line.
So you leave the door open or unlocked, then HA calls you and tells you you left the door open.
That’s pretty cool.