mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-25 01:29:04 +01:00
6 lines
165 B
HTML
6 lines
165 B
HTML
<link rel="import" href="../../bower_components/polymer/polymer.html">
|
|
|
|
<dom-module id="display-time">
|
|
<template>[[computeTime(dateObj)]]</template>
|
|
</dom-module>
|