mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Minor changes
This commit is contained in:
parent
4c6246d9a9
commit
9a233fc520
@ -14,7 +14,8 @@ ha_release: 0.56
|
|||||||
|
|
||||||
The `clickatell` platform uses [Clickatell](https://clickatell.com) to deliver SMS notifications from Home Assistant.
|
The `clickatell` platform uses [Clickatell](https://clickatell.com) to deliver SMS notifications from Home Assistant.
|
||||||
|
|
||||||
### Get your Clickatell API Credentials
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
Go to your [Clickatell SMS Platform Portal](https://portal.clickatell.com/#/) section and create a new SMS integration. There are three screens of information required to create an integration. Please ensure the following:
|
Go to your [Clickatell SMS Platform Portal](https://portal.clickatell.com/#/) section and create a new SMS integration. There are three screens of information required to create an integration. Please ensure the following:
|
||||||
|
|
||||||
1. Give the new Integration an identification name.
|
1. Give the new Integration an identification name.
|
||||||
@ -24,6 +25,8 @@ Go to your [Clickatell SMS Platform Portal](https://portal.clickatell.com/#/) se
|
|||||||
5. Be aware of the international number format option as this impacts the structure of the phone numbers you provide.
|
5. Be aware of the international number format option as this impacts the structure of the phone numbers you provide.
|
||||||
6. Once you have completed entering your details an API key is generated. Copy the API key.
|
6. Once you have completed entering your details an API key is generated. Copy the API key.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To add Clickatell to your installation, add the following to your Home Assistant `configuration.yaml` file:
|
To add Clickatell to your installation, add the following to your Home Assistant `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -42,7 +45,7 @@ name:
|
|||||||
default: clickatell
|
default: clickatell
|
||||||
type: string
|
type: string
|
||||||
api_key:
|
api_key:
|
||||||
description: Your API key.
|
description: Your Clicktell API key.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
recipient:
|
recipient:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user