mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update Ciscospark notify component configuration (#7225)
This commit is contained in:
parent
a050b7603f
commit
3b44bec80f
@ -32,11 +32,20 @@ notify:
|
|||||||
roomid: CISCO_SPARK_ROOMID
|
roomid: CISCO_SPARK_ROOMID
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **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`.
|
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||||
- **token** (*Required*): Your development token.
|
required: false
|
||||||
- **roomid** (*Required*): The Room ID.
|
default: notify
|
||||||
|
type: string
|
||||||
|
token:
|
||||||
|
description: Your development token.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
roomid:
|
||||||
|
description: The Room ID.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user