Added quotes to target numbers (#4378)
This preserves the E164 formatting if the automation is edited in the configuration editor.
This commit is contained in:
parent
f4a4e62672
commit
6a69d766d7
1 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ automation:
|
||||||
data:
|
data:
|
||||||
message: 'The sun has set'
|
message: 'The sun has set'
|
||||||
target:
|
target:
|
||||||
- +14151234567
|
- '+14151234567'
|
||||||
- +15105555555
|
- '+15105555555'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue