mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +00:00
13 lines
194 B
JavaScript
13 lines
194 B
JavaScript
import Polymer from '../polymer';
|
|
|
|
require('../components/state-info');
|
|
|
|
export default Polymer({
|
|
is: 'state-card-display',
|
|
|
|
properties: {
|
|
stateObj: {
|
|
type: Object,
|
|
},
|
|
},
|
|
}); |