mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Adjust version documentation (#17206)
This commit is contained in:
parent
7ec532bffb
commit
cb33533358
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user