mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Removes Cisco Spark integration (#11730)
This commit is contained in:
parent
1a65e80f3a
commit
acd4453a76
@ -1,48 +0,0 @@
|
||||
---
|
||||
title: Cisco Spark
|
||||
description: Instructions on how to add CiscoSpark notifications to Home Assistant.
|
||||
logo: ciscospark.png
|
||||
ha_category:
|
||||
- Notifications
|
||||
ha_release: '0.40'
|
||||
ha_codeowners:
|
||||
- '@fbradyirl'
|
||||
---
|
||||
|
||||
The `ciscospark` notification 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 Developers](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 Developers](https://developer.ciscospark.com/index.html). Just look in the Documentation under Rooms.
|
||||
|
||||
In order to get notified for all new messages in the room you will need to create a bot. This will post the messages from the bot and mark them as new for you which will alert you. If you use your own personal token the messages are added to the room but no notification is triggered.
|
||||
Once you have created the bot through the new App menu you will need to add the bot to the room that you are a member of as well. Now use the bot access token in your configuration below.
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||
required: false
|
||||
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/).
|
@ -351,7 +351,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix manifest codeowners ([@cdce8p] - [#22871]) ([cover docs]) ([demo docs])
|
||||
- Added REQUIREMENTS back to Ambient ([@bachya] - [#22875]) ([ambient_station docs])
|
||||
- Minor sensor fixes ([@robbiet480] - [#22884]) ([mobile_app docs])
|
||||
- add myself as codeowner ([@fbradyirl] - [#22885]) ([cisco_ios docs]) ([cisco_mobility_express docs]) ([cisco_webex_teams docs]) ([ciscospark docs]) ([enigma2 docs]) ([hikvisioncam docs]) ([luci docs])
|
||||
- add myself as codeowner ([@fbradyirl] - [#22885]) ([cisco_ios docs]) ([cisco_mobility_express docs]) ([cisco_webex_teams docs]) ([enigma2 docs]) ([hikvisioncam docs]) ([luci docs])
|
||||
- Bump pypi module version for enigma2 ([@fbradyirl] - [#22886])
|
||||
- Add zwave network key validator ([@cgtobi] - [#22785]) ([zwave docs])
|
||||
- force_update=False (not None) ([@akasma74] - [#22867]) ([rflink docs])
|
||||
@ -978,7 +978,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[cisco_ios docs]: /integrations/cisco_ios/
|
||||
[cisco_mobility_express docs]: /integrations/cisco_mobility_express/
|
||||
[cisco_webex_teams docs]: /integrations/cisco_webex_teams/
|
||||
[ciscospark docs]: /integrations/ciscospark/
|
||||
[citybikes docs]: /integrations/citybikes/
|
||||
[cloud docs]: /integrations/cloud/
|
||||
[command_line docs]: /integrations/command_line/
|
||||
|
@ -633,7 +633,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
|
||||
- Move imports in comfoconnect component ([@Bouni] - [#27886]) ([comfoconnect docs])
|
||||
- Move imports in coinmarketcap component ([@Bouni] - [#27885]) ([coinmarketcap docs])
|
||||
- Move imports in coinbase component ([@Bouni] - [#27884]) ([coinbase docs])
|
||||
- Move imports in ciscospark component ([@Bouni] - [#27879]) ([ciscospark docs])
|
||||
- Move imports in ciscospark component ([@Bouni] - [#27879])
|
||||
- Move imports in cisco_webex_teams component ([@Bouni] - [#27878]) ([cisco_webex_teams docs])
|
||||
- Move imports in cmus component ([@Bouni] - [#27883]) ([cmus docs])
|
||||
- Move imports in cloud component ([@Bouni] - [#27881]) ([cloud docs])
|
||||
@ -1586,7 +1586,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
|
||||
[cisco_ios docs]: /integrations/cisco_ios/
|
||||
[cisco_mobility_express docs]: /integrations/cisco_mobility_express/
|
||||
[cisco_webex_teams docs]: /integrations/cisco_webex_teams/
|
||||
[ciscospark docs]: /integrations/ciscospark/
|
||||
[cloud docs]: /integrations/cloud/
|
||||
[cmus docs]: /integrations/cmus/
|
||||
[co2signal docs]: /integrations/co2signal/
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Loading…
x
Reference in New Issue
Block a user