Skip to content

Commit af29529

Browse files
jeroenterheerdtfabaff
authored andcommitted
Changing clicksendaudio component name to clicksend_tts (home-assistant#3617)
* Changing clicksendaudio component name to clicksend_tts * Add redirect
1 parent 098e701 commit af29529

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/_components/notify.clicksendaudio.markdown renamed to source/_components/notify.clicksend_tts.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "ClickSend"
3+
title: "ClickSend text-to-speech"
44
description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant."
55
date: 2017-10-04 00:00
66
sidebar: true
@@ -10,18 +10,19 @@ footer: true
1010
logo: clicksend.png
1111
ha_category: Notifications
1212
ha_release: 0.55
13+
redirect_from: /components/notify.clicksendaudio/
1314
---
1415

1516

16-
The `clicksendaudio` platform uses [ClickSend](https://clicksend.com) to deliver text-to-speech (TTS) notifications from Home Assistant.
17+
The `clicksend_tts` platform uses [ClickSend](https://clicksend.com) to deliver text-to-speech (TTS) notifications from Home Assistant.
1718

1819
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`.
1920

2021
To add ClickSend to your installation, add the following to your Home Assistant `configuration.yaml` file:
2122

2223
```yaml
2324
notify:
24-
- platform: clicksend
25+
- platform: clicksend_tts
2526
name: ClickSend
2627
username: CLICKSEND_USERNAME
2728
api_key: CLICKSEND_API_KEY

0 commit comments

Comments
 (0)