mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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:
|
data:
|
||||||
message: 'The sun has set'
|
message: 'The sun has set'
|
||||||
target:
|
target:
|
||||||
- +14151234567
|
- '+14151234567'
|
||||||
- +15105555555
|
- '+15105555555'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user