Automation YAML Example:
data: message: this works! title: My Home Assistant service: notify.mobile_app_pixel_xl
https://community.home-assistant.io/t/push-notifications-now-available/154700/20
Here is an example to send a sensor status:
service: notify.mobile_app_pixel_xl data: message: 'Kevo is currently : {{ states(''lock.kevo_lock'') }}' title: Kevo Notification