mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update docs for support for custom baud speed (#22072)
* Update docs for support for custom baud speed * Update sms.markdown * Update sms.markdown * Update sms.markdown * Update sms.markdown * Update sms.markdown * Update sms.markdown
This commit is contained in:
parent
ddaa9031a5
commit
b89d94da3f
@ -22,18 +22,9 @@ This integration provides the following platforms:
|
||||
|
||||
- Notify
|
||||
|
||||
## Configuration
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
Activate `SMS` via the integrations menu and search for `SMS`.
|
||||
While activating the integration, it will ask for your serial device. Make sure the device is connected and have a valid SIM activated.
|
||||
|
||||
You can also enable `SMS` via your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sms:
|
||||
device: /dev/ttyUSB2
|
||||
```
|
||||
## Notifications
|
||||
|
||||
To configure the notification service, edit your `configuration.yaml` file:
|
||||
|
||||
@ -47,15 +38,6 @@ notify:
|
||||
recipient: PHONE_NUMBER
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
device:
|
||||
description: The gsm modem device.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Notifications
|
||||
|
||||
You can also receive SMS messages that are sent to the SIM card number in your device.
|
||||
Every time there is a message received, `event: sms.incoming_sms` is fired with date, phone number and text message.
|
||||
|
||||
@ -82,12 +64,13 @@ Note: When running Home Assistant, you need to install the SSH add-on.
|
||||
You will need a USB GSM stick modem or device like SIM800L v2 connected via USB UART.
|
||||
|
||||
### List of modems known to work
|
||||
|
||||
- [SIM800C HAT form factor](https://www.amazon.com/gp/product/B07PQLRCNR/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1) Make sure to `enable_uart=1` on your `config.txt` boot file.
|
||||
- [SIM800C](https://www.amazon.com/gp/product/B087Z6F953/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1)
|
||||
- [Huawei E3372-510](https://www.amazon.com/gp/product/B01N6P3HI2/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1)(
|
||||
Need to unlock it using [this guide](http://blog.asiantuntijakaveri.fi/2015/07/convert-huawei-e3372h-153-from.html))
|
||||
- [Huawei E3531](https://www.amazon.com/Modem-Huawei-Unlocked-Caribbean-Desbloqueado/dp/B011YZZ6Q2/ref=sr_1_1?keywords=Huawei+E3531&qid=1581447800&sr=8-1)
|
||||
- [Huawei E3272](https://www.amazon.com/Huawei-E3272s-506-Unlocked-Americas-Europe/dp/B00HBL51OQ)
|
||||
- [SIM800C](https://www.amazon.com/gp/product/B087Z6F953/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1)
|
||||
|
||||
|
||||
### List of modems known to NOT work
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user