Update config-editor-card.js

This commit is contained in:
htmltiger 2022-10-07 20:23:34 +01:00 committed by GitHub
parent e670c20464
commit e70d02bf8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
console.info("Config Editor 4.3");
console.info("Config Editor 4.4");
const LitElement = window.LitElement || Object.getPrototypeOf(customElements.get("hui-masonry-view") );
const html = LitElement.prototype.html;
const css = LitElement.prototype.css;