mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Use the new style for configuration variables description (#6444)
Linked to #6385
This commit is contained in:
parent
1c3aee49b0
commit
8ae9a796d9
@ -36,8 +36,13 @@ notify:
|
||||
username: YOUR_ACCOUNT_ID
|
||||
access_token: TOKEN
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): This is the id given by FreeMobile to access to your online account.
|
||||
- **access_token** (*Required*): You can get this token by activating the SMS API in your online account.
|
||||
{% configuration %}
|
||||
username:
|
||||
description: This is the id given by FreeMobile to access to your online account.
|
||||
required: true
|
||||
type: string
|
||||
access_token:
|
||||
description: You can get this token by activating the SMS API in your online account.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user