home-assistant.io/source/_components/notify.ciscospark.markdown
2017-03-11 13:46:48 -08:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Cisco Spark Instructions how to add CiscoSpark notifications to Home Assistant. 2017-02-20 15:00 true false true true ciscospark.png Notifications 0.40

The Cisco Spark 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 Devleopers

At this time you also need to specify the Cisco Spark roomid. The roomid can also be found at Spark for Devleopers. 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>

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