mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Add automation more info
This commit is contained in:
@@ -48,7 +48,7 @@ Polymer({
|
||||
updateRelative: function () {
|
||||
var root = Polymer.dom(this);
|
||||
root.innerHTML = this.parsedDateTime ?
|
||||
window.hassUtil.relativeTime(this.parsedDateTime) : '';
|
||||
window.hassUtil.relativeTime(this.parsedDateTime) : 'never';
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user