mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Adding notifier for Cisco Spark (#2104)
* Initial add files * Update notify.ciscospark.markdown
This commit is contained in:
parent
893d730cd3
commit
3c2c8ff591
33
source/_components/notify.ciscospark.markdown
Normal file
33
source/_components/notify.ciscospark.markdown
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Cisco Spark"
|
||||
description: "Instructions how to add CiscoSpark notifications to Home Assistant."
|
||||
date: 2017-02-20 15:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: ciscospark.png
|
||||
ha_category: Notifications
|
||||
ha_release: 0.40
|
||||
---
|
||||
|
||||
The `Cisco Spark` platform allows you to deliver notifications from Home Assistant to [Cisco Spark](https://ciscospark.com/).
|
||||
|
||||
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)
|
||||
|
||||
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.
|
||||
|
||||
To enable the `Cisco Spark` notification in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# 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](/getting-started/automation/).
|
||||
|
BIN
source/images/supported_brands/ciscospark.png
Normal file
BIN
source/images/supported_brands/ciscospark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
x
Reference in New Issue
Block a user