Update config-editor-card.js

This commit is contained in:
junkfix 2025-03-15 20:58:19 +00:00 committed by GitHub
parent ae3c001745
commit d91b063053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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