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:
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the sidebar click on Settings.
-
From the configuration menu select: Devices & Services.
-
In the bottom right, click on the Add Integration button.
-
From the list, search and select “Simplepush”.
-
Follow the instruction on screen to complete the set up.
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.