mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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
@ -47,6 +47,6 @@ automation:
|
||||
data:
|
||||
message: 'The sun has set'
|
||||
target:
|
||||
- +14151234567
|
||||
- +15105555555
|
||||
- '+14151234567'
|
||||
- '+15105555555'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user