mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Fix a typo in the example that does not match regex (#2044)
This commit is contained in:
parent
5c40537bb2
commit
00663b7355
@ -229,7 +229,7 @@ logins:
|
||||
random:
|
||||
- "match(^\\w*$)"
|
||||
link: url
|
||||
size: "int(5, 20)"
|
||||
size: "int(5,20)"
|
||||
count: float
|
||||
not_need: "str?"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user