mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Adjust version documentation (#17206)
This commit is contained in:
parent
7ec532bffb
commit
cb33533358
@ -34,17 +34,17 @@ name:
|
|||||||
type: string
|
type: string
|
||||||
default: "`Current Version` in case of `source: local`, `Latest Version` otherwise."
|
default: "`Current Version` in case of `source: local`, `Latest Version` otherwise."
|
||||||
beta:
|
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
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
image:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: default
|
default: default
|
||||||
source:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: local
|
default: local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user