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
fb4d4c8716
commit
4d4e0f040c
@ -14,6 +14,12 @@ ha_release: 0.16
|
|||||||
|
|
||||||
The `MessageBird` notification platform sends notifications as SMS messages using [MessageBird](https://www.messagebird.com/) to your mobile phone.
|
The `MessageBird` notification platform sends notifications as SMS messages using [MessageBird](https://www.messagebird.com/) to your mobile phone.
|
||||||
|
|
||||||
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
|
Go to https://www.messagebird.com/ to retrieve your API key.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To enable MessageBird notifications in your installation, add the following to your `configuration.yaml` file:
|
To enable MessageBird notifications in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -26,7 +32,7 @@ notify:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
api_key:
|
api_key:
|
||||||
description: "Enter the API key for MessageBird. Go to https://www.messagebird.com/ to retrieve your API key."
|
description: Your MessageBird API key.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user