Minor changes

This commit is contained in:
Fabian Affolter 2018-11-08 09:32:36 +01:00
parent fb4d4c8716
commit 4d4e0f040c
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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.
## {% 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:
```yaml
@ -26,7 +32,7 @@ notify:
{% configuration %}
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
type: string
name: