home-assistant.io/source/_integrations/simplepush.markdown

1.0 KiB

title description ha_category ha_iot_class ha_release ha_config_flow ha_domain ha_platforms ha_integration_type ha_codeowners
Simplepush Instructions on how to add Simplepush notifications to Home Assistant.
Notifications
Cloud Polling 0.29 true simplepush
notify
integration
@engrbm87

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

{% include integrations/config_flow.md %}

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.