From cac6469e4daa3b5dc68b49782036861f37b61351 Mon Sep 17 00:00:00 2001 From: Oscar Calvo <2091582+ocalvo@users.noreply.github.com> Date: Fri, 24 Jan 2020 09:20:12 -0800 Subject: [PATCH] Update sms.markdown --- source/_integrations/sms.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/_integrations/sms.markdown b/source/_integrations/sms.markdown index 72ef2179bb5..b4fd04eb53b 100644 --- a/source/_integrations/sms.markdown +++ b/source/_integrations/sms.markdown @@ -28,10 +28,10 @@ sms: notify: - platform: sms name: sms_person1 - phone_number: PHONE_NUMBER + recipient: PHONE_NUMBER - platform: sms name: sms_person2 - phone_number: PHONE_NUMBER + recipient: PHONE_NUMBER ``` {% configuration %} device: @@ -42,9 +42,13 @@ device: 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 ls -l /dev/*USB* ```