From 3ad9ae22b78638ea45e2384137c1f41c2c5df7f7 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sat, 9 Feb 2019 17:54:22 -0800 Subject: [PATCH] Replace target with recipient in tplink_lte config --- source/_components/tplink_lte.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/tplink_lte.markdown b/source/_components/tplink_lte.markdown index 1adabfe82d92..9d1ebfe1bc43 100644 --- a/source/_components/tplink_lte.markdown +++ b/source/_components/tplink_lte.markdown @@ -28,9 +28,9 @@ tplink_lte: password: SECRET notify: - name: sms1 - target: "+15105550123" + recipient: "+15105550123" - name: sms2 - target: "+55520525252" + recipient: "+55520525252" ``` {% configuration %}