mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Update the layout
This commit is contained in:
parent
3c4ea31525
commit
c52e0c2fbf
@ -9,12 +9,23 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: free_mobile.png
|
logo: free_mobile.png
|
||||||
ha_category: Notifications
|
ha_category: Notifications
|
||||||
featured: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Free Mobile](http://mobile.free.fr/) is a French mobile operator who provide to customers an API to send SMS on their own cell phone.
|
The `free_mobile` platform is using the French mobile operator [Free Mobile](http://mobile.free.fr/) to send SMS to your own cell phone.
|
||||||
|
|
||||||
### Configuration
|
Before doing anything, you have to activate the SMS API option in your Free Mobile account (In "Gérer mon compte -> Mes Options"). Activating this option will automatically generate a token which is required in your configuration.
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/components/free_mobile/token.png' />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
This API only send classic SMS and only on the cell phone of the account owner. So you only have to provide a text message in your payload.
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
If you disable and re-enable the SMS API option, please be sure to update your token in your configuration.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
To enable SMS notifications in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -29,17 +40,6 @@ Configuration variables:
|
|||||||
- **username** (*Required*): This is the id given by FreeMobile to access to your online account.
|
- **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.
|
- **access_token** (*Required*): You can get this token by activating the SMS API in your online account.
|
||||||
|
|
||||||
### Usage
|
|
||||||
|
|
||||||
Before doing anything, you have to activate the SMS API option in your Free Mobile account (In "Gérer mon compte -> Mes Options"). Activating this option will automatically generate a token which is required in your configuration.
|
|
||||||
|
|
||||||
<p class='img'>
|
|
||||||
<img src='/images/components/free_mobile/token.png' />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
This API only send classic SMS and only on the cell phone of the account owner. So you only have to provide a text message in your payload.
|
|
||||||
**Warning** : if you disable and re-enable the SMS API option, please be sure to update your token in your configuration
|
|
||||||
|
|
||||||
#### Example service payload
|
#### Example service payload
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user