Fix last changed label

This commit is contained in:
Paulus Schoutsen 2017-01-31 18:54:00 -08:00
parent eff68a9d7f
commit 81949d1f42

View File

@ -44,7 +44,7 @@
<template is='dom-if' if='[[inDialog]]'> <template is='dom-if' if='[[inDialog]]'>
<div class='time-ago'> <div class='time-ago'>
<ha-relative-time datetime-obj='[[stateObj.lastChangedAsDate]]'></ha-relative-time> <ha-relative-time datetime='[[stateObj.last_changed]]'></ha-relative-time>
</div> </div>
</template> </template>