mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36: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:
|
random:
|
||||||
- "match(^\\w*$)"
|
- "match(^\\w*$)"
|
||||||
link: url
|
link: url
|
||||||
size: "int(5, 20)"
|
size: "int(5,20)"
|
||||||
count: float
|
count: float
|
||||||
not_need: "str?"
|
not_need: "str?"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user