From e0553ba7d2ce85758bf8702d4c88eddc60624006 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 12 Sep 2017 21:23:28 +0200 Subject: [PATCH] Update addon_config.markdown --- source/developers/hassio/addon_config.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)