diff --git a/source/developers/hassio/addon_config.markdown b/source/developers/hassio/addon_config.markdown index 639f579350e..ad4d7e4c3ae 100644 --- a/source/developers/hassio/addon_config.markdown +++ b/source/developers/hassio/addon_config.markdown @@ -155,8 +155,9 @@ The `schema` looks like `options` but describes how we should validate the user We support: - str - bool -- int -- float +- int / int(min,) / int(,max) / int(min,max) +- float / float(min,) / float(,max) / float(min,max) - email - url - port +- match(REGEX)