Skip to content

Commit d0e6af2

Browse files
committed
Add description of configuration variables
1 parent 1ba327c commit d0e6af2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

source/_components/notify.ciscospark.markdown

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,28 @@ ha_category: Notifications
1212
ha_release: "0.40"
1313
---
1414

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/).
1616

1717
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)
1818

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.
2120

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:
2322

2423
```yaml
2524
# Example configuration.yaml entry
2625
notify:
2726
- name: NOTIFIER_NAME
2827
platform: ciscospark
29-
token: <YOUR_DEVELOPER_TOKEN>
30-
roomid: <CISCO_SPARK_ROOMID>
28+
token: YOUR_DEVELOPER_TOKEN
29+
roomid: CISCO_SPARK_ROOMID
3130
```
3231
32+
Configuration variables:
3333
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.
3437

3538
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
3639

0 commit comments

Comments
 (0)