Cisco Spark
The ciscospark
notification platform allows you to deliver notifications from Home Assistant to Cisco Spark.
To use this notification platform you need to get a developer token. To obtain a token visit Spark for Developers
At this time you also need to specify the Cisco Spark
roomid
. The roomid
can also be found at Spark for Developers. Just look in the Doumentation under Rooms.
To enable the Cisco Spark notification in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
notify:
- name: NOTIFIER_NAME
platform: ciscospark
token: YOUR_DEVELOPER_TOKEN
roomid: CISCO_SPARK_ROOMID
Configuration variables:
- name (Optional): Setting the optional parameter
name
allows multiple notifiers to be created. The default value isnotify
. The notifier will bind to the servicenotify.NOTIFIER_NAME
. - token (Required): Your development token.
- roomid (Required): The Room ID.
To use notifications, please see the getting started with automation page.