mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Update more-info-updater.html
This commit is contained in:
parent
c0e3f8ec6b
commit
eafd7fb296
@ -9,7 +9,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a class='link' href='https://home-assistant.io/docs/installation/updating/' target='_blank'>Update Instructions</a>
|
<a class='link' href='https://www.home-assistant.io/docs/installation/updating/' target='_blank'>Update Instructions</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
@ -28,7 +28,7 @@ class MoreInfoUpdater extends Polymer.Element {
|
|||||||
|
|
||||||
computeReleaseNotes(stateObj) {
|
computeReleaseNotes(stateObj) {
|
||||||
return (stateObj.attributes.release_notes ||
|
return (stateObj.attributes.release_notes ||
|
||||||
'https://home-assistant.io/docs/installation/updating/');
|
'https://www.home-assistant.io/docs/installation/updating/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user