Add link to release notes (#1694)

This commit is contained in:
Paulus Schoutsen 2018-09-24 11:05:23 +02:00 committed by GitHub
parent a5d47231aa
commit be91688efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class HassioHassUpdate extends PolymerElement {
<template is="dom-if" if="[[error]]">
<div class="error">Error: [[error]]</div>
</template>
<p><a href='https://www.home-assistant.io/latest-release-notes/' target='_blank'>Read the release notes</a></p>
</div>
<div class="card-actions">
<ha-call-api-button hass="[[hass]]" path="hassio/homeassistant/update">Update</ha-call-api-button>