Notifications - "target" attribute

I’d like to use twilio_sms notifications in the commute example app but to use that component I need to pass in the optional “target:” attribute with the phone number I wish to send the sms to. Is it possible to pass along that attribute from AppDaemon?

It’s not built into the notify convenience function but you can use call_service() and pass the appropriate parameters in that way.