You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.ciscospark.markdown
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,28 @@ ha_category: Notifications
12
12
ha_release: "0.40"
13
13
---
14
14
15
-
The `Cisco Spark` platform allows you to deliver notifications from Home Assistant to [Cisco Spark](https://ciscospark.com/).
15
+
The `ciscospark` notification platform allows you to deliver notifications from Home Assistant to [Cisco Spark](https://ciscospark.com/).
16
16
17
17
To use this notification platform you need to get a developer token. To obtain a token visit [Spark for Devleopers](https://developer.ciscospark.com/index.html)
18
18
19
-
At this time you also need to specify the `Cisco Spark``roomid`. The `roomid` can also be found at [Spark for Devleopers](https://developer.ciscospark.com/index.html).
20
-
Just look in the Doumentation under Rooms.
19
+
At this time you also need to specify the `Cisco Spark``roomid`. The `roomid` can also be found at [Spark for Devleopers](https://developer.ciscospark.com/index.html). Just look in the Doumentation under Rooms.
21
20
22
-
To enable the `Cisco Spark` notification in your installation, add the following to your `configuration.yaml` file:
21
+
To enable the Cisco Spark notification in your installation, add the following to your `configuration.yaml` file:
23
22
24
23
```yaml
25
24
# Example configuration.yaml entry
26
25
notify:
27
26
- name: NOTIFIER_NAME
28
27
platform: ciscospark
29
-
token: <YOUR_DEVELOPER_TOKEN>
30
-
roomid: <CISCO_SPARK_ROOMID>
28
+
token: YOUR_DEVELOPER_TOKEN
29
+
roomid: CISCO_SPARK_ROOMID
31
30
```
32
31
32
+
Configuration variables:
33
33
34
+
- **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`.
35
+
- **token** (*Required*): Your development token.
36
+
- **roomid** (*Required*): The Room ID.
34
37
35
38
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
0 commit comments