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:
Jorim Tielemans 2018-11-07 08:36:36 +01:00 committed by Fabian Affolter
parent 3c50f34998
commit 0a07701782
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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