I'm using an automation to trigger this notification action when entering a zone. That all works correctly and the notification appears with "Yes"/"No" options.
However, pressing the "Yes" option does not trigger the button as I would expect it to. Am I formatting it wrong? I'm not spotting any errors. But there's likely something missing. (A couple of details mildly redacted so as not to give out my name/mac address)
action: notify.mobile_app__phone
metadata: {}
data:
message: Would you like to turn your computer on?
title: Computer
data:
actions:
- action: START
title: "Yes"
uri: entityId:button.wake_on_lan_mac_address
- action: STOP
title: "No"