Use _version_latest for change log URL (#10821)

This commit is contained in:
Joakim Sørensen 2021-12-07 23:37:06 +01:00 committed by GitHub
parent 8412cd71cb
commit 24e8028e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ class UpdateAvailableCard extends LitElement {
return html``;
}
const changelog = changelogUrl(this._updateType, this._version);
const changelog = changelogUrl(this._updateType, this._version_latest);
return html`
<ha-card