Replace target with recipient in tplink_lte config (#8460)

This commit is contained in:
Rohan Kapoor 2019-02-10 12:52:56 -08:00 committed by Fabian Affolter
parent 02a3031a2b
commit 72da767f1c

View File

@ -28,9 +28,9 @@ tplink_lte:
password: SECRET
notify:
- name: sms1
target: "+15105550123"
recipient: "+15105550123"
- name: sms2
target: "+55520525252"
recipient: "+55520525252"
```
{% configuration %}