mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Replace target with recipient in tplink_lte config (#8460)
This commit is contained in:
parent
02a3031a2b
commit
72da767f1c
@ -28,9 +28,9 @@ tplink_lte:
|
|||||||
password: SECRET
|
password: SECRET
|
||||||
notify:
|
notify:
|
||||||
- name: sms1
|
- name: sms1
|
||||||
target: "+15105550123"
|
recipient: "+15105550123"
|
||||||
- name: sms2
|
- name: sms2
|
||||||
target: "+55520525252"
|
recipient: "+55520525252"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user