From 8f20a6b2a703b6106a602dd71235a68058cb29bb Mon Sep 17 00:00:00 2001 From: Oscar Calvo <2091582+ocalvo@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:08:31 -0700 Subject: [PATCH] Support config flow in SMS: Update docs (#13814) --- source/_integrations/sms.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/sms.markdown b/source/_integrations/sms.markdown index 98118820670..f885535065b 100644 --- a/source/_integrations/sms.markdown +++ b/source/_integrations/sms.markdown @@ -6,6 +6,7 @@ ha_category: - Notifications ha_release: 0.105 ha_iot_class: Local Polling +ha_config_flow: true ha_codeowners: - '@ocalvo' ha_domain: sms @@ -19,13 +20,20 @@ This integration provides the following platforms: ## 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 # Example configuration.yaml entry sms: device: /dev/ttyUSB2 +``` +To configure the notification service, edit your `configuration.yaml` file: + +```yaml notify: - platform: sms name: sms_person1