mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Fix default name for version (#7409)
* Fix default name for version Still stated `Home Assistant Version` as default name while it was reversed in a later commit to maintain compatibility in existing configurations. * Update sensor.version.markdown Forgot the quotes
This commit is contained in:
parent
3c50f34998
commit
0a07701782
@ -31,7 +31,7 @@ name:
|
||||
description: Name to use in the frontend.
|
||||
required: false
|
||||
type: string
|
||||
default: Home Assistant Version
|
||||
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`.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user