Simplepush


The simplepush platform uses Simplepush to deliver notifications from Home Assistant to your Android device. Unlike similar apps the Simplepush app requires no registration.

Configuration

Adding Simplepush to your Home Assistant instance can be done via the user interface, by using this My button:

To test if the service works, just send a message with curl from the command-line.

curl 'https://api.simplepush.io/send/device_key/title/message'

Notifications

Simplepush can send a notification by calling the notify service. You can specify the event under the data key. This will override the event configured in YAML when imported.

To use notifications, please see the getting started with automation page.