mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Changing clicksendaudio component name to clicksend_tts (#3617)
* Changing clicksendaudio component name to clicksend_tts * Add redirect
This commit is contained in:
parent
098e7014d4
commit
af29529a06
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "ClickSend"
|
title: "ClickSend text-to-speech"
|
||||||
description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant."
|
description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant."
|
||||||
date: 2017-10-04 00:00
|
date: 2017-10-04 00:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
@ -10,10 +10,11 @@ footer: true
|
|||||||
logo: clicksend.png
|
logo: clicksend.png
|
||||||
ha_category: Notifications
|
ha_category: Notifications
|
||||||
ha_release: 0.55
|
ha_release: 0.55
|
||||||
|
redirect_from: /components/notify.clicksendaudio/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `clicksendaudio` platform uses [ClickSend](https://clicksend.com) to deliver text-to-speech (TTS) notifications from Home Assistant.
|
The `clicksend_tts` platform uses [ClickSend](https://clicksend.com) to deliver text-to-speech (TTS) notifications from Home Assistant.
|
||||||
|
|
||||||
Go to your [ClickSend Dashboard](https://dashboard.clicksend.com) section and create your new project. After creating your project, you should now be able to obtain your `username` and `api_key`.
|
Go to your [ClickSend Dashboard](https://dashboard.clicksend.com) section and create your new project. After creating your project, you should now be able to obtain your `username` and `api_key`.
|
||||||
|
|
||||||
@ -21,7 +22,7 @@ To add ClickSend to your installation, add the following to your Home Assistant
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
notify:
|
notify:
|
||||||
- platform: clicksend
|
- platform: clicksend_tts
|
||||||
name: ClickSend
|
name: ClickSend
|
||||||
username: CLICKSEND_USERNAME
|
username: CLICKSEND_USERNAME
|
||||||
api_key: CLICKSEND_API_KEY
|
api_key: CLICKSEND_API_KEY
|
Loading…
x
Reference in New Issue
Block a user