You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.clicksend_tts.markdown
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: page
3
-
title: "ClickSend"
3
+
title: "ClickSend text-to-speech"
4
4
description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant."
5
5
date: 2017-10-04 00:00
6
6
sidebar: true
@@ -10,18 +10,19 @@ footer: true
10
10
logo: clicksend.png
11
11
ha_category: Notifications
12
12
ha_release: 0.55
13
+
redirect_from: /components/notify.clicksendaudio/
13
14
---
14
15
15
16
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.
17
18
18
19
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`.
19
20
20
21
To add ClickSend to your installation, add the following to your Home Assistant `configuration.yaml` file:
0 commit comments