mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
1.0 KiB
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. |
|
Cloud Polling | 0.29 | true | simplepush |
|
integration |
|
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.