From cb33533358d7511b045af89cce2ae76a65dce380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 31 Mar 2021 12:46:23 +0200 Subject: [PATCH] Adjust version documentation (#17206) --- source/_integrations/version.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index 78290968210..d29c9b63e1f 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -34,17 +34,17 @@ name: type: string default: "`Current Version` in case of `source: local`, `Latest Version` otherwise." beta: - description: Flag to indicate that it will check for beta versions, only supported for the sources `pypi`, `hassio` and `docker`. + description: Flag to indicate that it will check for beta versions, only supported for the sources `pypi`, `supervisor` and `container`. required: false type: boolean default: false image: - description: The image you want to check against, this is only supported for `hassio` and `docker`, see full list under. + description: The image you want to check against, this is only supported for `supervisor` and `container`, see full list under. required: false type: string default: default source: - description: The source you want to check against, possible values are `local`, `pypi`, `hassio`, `haio` and `docker`. + description: The source you want to check against, possible values are `local`, `pypi`, `supervisor`, `haio` and `container`. required: false type: string default: local