mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update sms.markdown
This commit is contained in:
parent
951937c950
commit
cac6469e4d
@ -28,10 +28,10 @@ sms:
|
|||||||
notify:
|
notify:
|
||||||
- platform: sms
|
- platform: sms
|
||||||
name: sms_person1
|
name: sms_person1
|
||||||
phone_number: PHONE_NUMBER
|
recipient: PHONE_NUMBER
|
||||||
- platform: sms
|
- platform: sms
|
||||||
name: sms_person2
|
name: sms_person2
|
||||||
phone_number: PHONE_NUMBER
|
recipient: PHONE_NUMBER
|
||||||
```
|
```
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
device:
|
device:
|
||||||
@ -42,9 +42,13 @@ device:
|
|||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
|
||||||
It requires HassOS version [3.6](https://github.com/home-assistant/hassos/releases/tag/3.6) or higher.
|
If the ingtegration is used in HassOS then version [3.6](https://github.com/home-assistant/hassos/releases/tag/3.6) or higher is required.
|
||||||
|
For non Hass.io installations you must install gammu-dev component:
|
||||||
|
```bash
|
||||||
|
sudo apt-get install libgammu-dev
|
||||||
|
```
|
||||||
|
|
||||||
Check that the modem is recognized by running:
|
Before running for the first time, check that the modem is recognized by the system by running:
|
||||||
```bash
|
```bash
|
||||||
ls -l /dev/*USB*
|
ls -l /dev/*USB*
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user