From 72da767f1cfab3e05bf63e88aabec017c57641c8 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sun, 10 Feb 2019 12:52:56 -0800 Subject: [PATCH] Replace target with recipient in tplink_lte config (#8460) --- 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 1adabfe82d9..9d1ebfe1bc4 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 %}