mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update cisco_webex_teams.markdown (#33663)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
df9ee21b2b
commit
eefd51bf27
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Cisco Webex Teams
|
title: Cisco Webex Teams
|
||||||
description: Instructions on how to add Cisco Webex Teams notifications to Home Assistant.
|
description: Instructions on how to add Cisco Webex notifications to Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Notifications
|
- Notifications
|
||||||
ha_iot_class: Cloud Push
|
ha_iot_class: Cloud Push
|
||||||
@ -16,11 +16,11 @@ related:
|
|||||||
title: Configuration file
|
title: Configuration file
|
||||||
---
|
---
|
||||||
|
|
||||||
The `cisco_webex_teams` notification platform allows you to deliver rich notifications from Home Assistant to [Cisco Webex Teams](https://www.webex.com/team-collaboration.html) (formerly known as Cisco Spark).
|
The `cisco_webex_teams` notification platform allows you to deliver rich notifications from Home Assistant to [Cisco Webex Teams](https://www.webex.com/team-collaboration.html) (formerly known as Cisco Spark or Cisco Webex Teams).
|
||||||
|
|
||||||
To use this notification platform you will need an app (bot) token. To obtain a token visit [Cisco Webex for Developers](https://developer.webex.com/).
|
To use this notification platform you will need an app (bot) token. To obtain a token visit [Cisco Webex for Developers](https://developer.webex.com/).
|
||||||
|
|
||||||
- Detailed instructions can be found in the section titled **Creating a Webex Teams Bot** on the [Webex Teams bot documentation](https://developer.webex.com/docs/bots).
|
- Detailed instructions can be found in the section titled **Creating a Webex Bot** on the [Webex Teams bot documentation](https://developer.webex.com/docs/bots).
|
||||||
|
|
||||||
You also need to specify the `room_id` that you wish to post messages into. The `room_id` can be found in one of two ways:
|
You also need to specify the `room_id` that you wish to post messages into. The `room_id` can be found in one of two ways:
|
||||||
|
|
||||||
@ -28,6 +28,8 @@ You also need to specify the `room_id` that you wish to post messages into. The
|
|||||||
2. Log into the web client at [teams.webex.com](https://teams.webex.com/),
|
2. Log into the web client at [teams.webex.com](https://teams.webex.com/),
|
||||||
- select the room (or create a new room),
|
- select the room (or create a new room),
|
||||||
- then copying the room ID from the URL.
|
- then copying the room ID from the URL.
|
||||||
|
3. Within the Webex Client, press Control+Shift+K (Windows) or Command+Shift+K (macOS), which will automatically copy the space information to your clipboard, which you
|
||||||
|
can paste to a notepad, and will contain your space ID.
|
||||||
|
|
||||||
{% important %}
|
{% important %}
|
||||||
You must add the bot email (in the format `mybot@webex.bot`) as a participant to the room specified above.
|
You must add the bot email (in the format `mybot@webex.bot`) as a participant to the room specified above.
|
||||||
@ -47,7 +49,7 @@ notify:
|
|||||||
|
|
||||||
## Rich Text Formatting
|
## Rich Text Formatting
|
||||||
|
|
||||||
Webex Teams clients can render rich text via a whitelisted set of html tags.
|
Webex clients can render rich text via a whitelisted set of html tags.
|
||||||
|
|
||||||
For example, you could configure automations to display details in an easy to read fashion like so:
|
For example, you could configure automations to display details in an easy to read fashion like so:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user