Initial commit.
This commit is contained in:
5
dummy-entity-row.js
Normal file
5
dummy-entity-row.js
Normal file
@@ -0,0 +1,5 @@
|
||||
let HuiGenericEntityRow = customElements.get('hui-generic-entity-row')
|
||||
class DummyEntityRow extends HuiGenericEntityRow {
|
||||
setConfig(config) {this.config = config;}
|
||||
}
|
||||
customElements.define('dummy-entity-row', DummyEntityRow);
|
||||
Reference in New Issue
Block a user