diff --git a/atom.xml b/atom.xml index d89e004284..24852b5b1e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The Cisco Spark
platform allows you to deliver notifications from Home Assistant to 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 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:
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>
+ token: YOUR_DEVELOPER_TOKEN
+ roomid: CISCO_SPARK_ROOMID
Configuration variables:
+name
allows multiple notifiers to be created. The default value is notify
. The notifier will bind to the service notify.NOTIFIER_NAME
.To use notifications, please see the getting started with automation page.
diff --git a/components/notify.gntp/index.html b/components/notify.gntp/index.html index 6448f260be..ec8b3dfb99 100644 --- a/components/notify.gntp/index.html +++ b/components/notify.gntp/index.html @@ -92,6 +92,7 @@port
is provided here just in case.To use notifications, please see the getting started with automation page.