home-assistant.github.io/source/_components/notify.pushsafer.markdown
Kevin Siml dd55c3a36d Add documentation for pushsafer notifications service (#2071)
* Add files via upload

* Add files via upload

* Update notify.pushsafer.markdown
2017-02-19 11:34:29 +01:00

1.5 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Pushsafer Instructions how to add Pushsafer notifications to Home Assistant. 2017-02-17 20:46 true false true true pushsafer.png Notifications pre 0.7

The Pushsafer service is a platform for the notify component. This allows components to send messages to the user using Pushsafer.

In order to get an private or alias key you need to go to the Pushsafer website and register.

To use Pushsafer notifications, add the following to your configuration.yaml file:

# Example configuration.yaml entry
notify:
  - name: NOTIFIER_NAME
    platform: pushsafer
    private_key: ABCDEFGHJKLMNOPQRSTUVXYZ

Configuration variables:

  • name (Optional): Setting the optional parameter name allows multiple notifiers to be created. The default value is notify. The notifier will bind to the service notify.NOTIFIER_NAME.
  • private_key (Required): Your private or alias key. Private key = send the notification to all devices with standard params, alias key send the notification to the devices stored in the alias with predefined params.

When setting up the application you can use this icon.

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