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:
Eric Hosford 2018-01-09 03:13:54 -05:00 committed by Fabian Affolter
parent f4a4e62672
commit 6a69d766d7

View File

@ -47,6 +47,6 @@ automation:
data:
message: 'The sun has set'
target:
- +14151234567
- +15105555555
- '+14151234567'
- '+15105555555'
```