From 006aa06d29aec56db03f3b3d022f74d003f2a81c Mon Sep 17 00:00:00 2001 From: jonasgustavsson <36690764+jonasgustavsson@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:53:15 +0300 Subject: [PATCH] Various improvements to documentation for TP-Link LTE (#19567) --- source/_integrations/tplink_lte.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tplink_lte.markdown b/source/_integrations/tplink_lte.markdown index e4a2c7b8eb5..1c575a67bb1 100644 --- a/source/_integrations/tplink_lte.markdown +++ b/source/_integrations/tplink_lte.markdown @@ -11,7 +11,7 @@ ha_platforms: - notify --- -The TP-Link LTE integration for Home Assistant allows you to observe and control TP-Link LTE routers, currently only tested with TL-MR6400 (firmware 1.4.0). +The TP-Link LTE integration for Home Assistant makes it possible to send SMS's from the TP-Link LTE router. Phone numbers have to be pre-defined as part of the YAML configuration, and each phone number will turn up as additional notify service in Home Assistant. The integration adds a new notify service for each adds a notification service to Home Assistant that can be used to send SMSs provides a notification service that will send an SMS. Tested only with TL-MR6400 v4. The integration provides a notification service that will send an SMS. @@ -45,7 +45,7 @@ notify: required: false type: list keys: - target: + recipient: description: The phone number of a default recipient or a list with multiple recipients. required: true type: [string, list]