mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Support config flow in SMS: Update docs (#13814)
This commit is contained in:
parent
d2de299888
commit
8f20a6b2a7
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Notifications
|
- Notifications
|
||||||
ha_release: 0.105
|
ha_release: 0.105
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@ocalvo'
|
- '@ocalvo'
|
||||||
ha_domain: sms
|
ha_domain: sms
|
||||||
@ -19,13 +20,20 @@ This integration provides the following platforms:
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
To enable those notifications in your installation, add the following to your `configuration.yaml` file:
|
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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sms:
|
sms:
|
||||||
device: /dev/ttyUSB2
|
device: /dev/ttyUSB2
|
||||||
|
```
|
||||||
|
|
||||||
|
To configure the notification service, edit your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
notify:
|
notify:
|
||||||
- platform: sms
|
- platform: sms
|
||||||
name: sms_person1
|
name: sms_person1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user