1
0
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:
Paulus Schoutsen
2016-09-01 10:49:31 +01:00
parent 670ba0292b
commit ffce92d026
4 changed files with 53 additions and 2 deletions

View File

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