mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Update addon_config.markdown
This commit is contained in:
parent
2d90337121
commit
e0553ba7d2
@ -155,8 +155,9 @@ The `schema` looks like `options` but describes how we should validate the user
|
|||||||
We support:
|
We support:
|
||||||
- str
|
- str
|
||||||
- bool
|
- bool
|
||||||
- int
|
- int / int(min,) / int(,max) / int(min,max)
|
||||||
- float
|
- float / float(min,) / float(,max) / float(min,max)
|
||||||
- email
|
- email
|
||||||
- url
|
- url
|
||||||
- port
|
- port
|
||||||
|
- match(REGEX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user