lovelace-dummy-entity-row/dummy-entity-row.js
2019-04-08 20:29:55 +02:00

6 lines
227 B
JavaScript

let HuiGenericEntityRow = customElements.get('hui-generic-entity-row')
class DummyEntityRow extends HuiGenericEntityRow {
setConfig(config) {this.config = config;}
}
customElements.define('dummy-entity-row', DummyEntityRow);