We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d8d1f commit f2947f6Copy full SHA for f2947f6
dist/analogclock.js
@@ -1,4 +1,4 @@
1
-class AnalogClock2 extends HTMLElement {
+class AnalogClock extends HTMLElement {
2
set hass(hass) {
3
if (!this.content) {
4
console.info(`%c ANALOG-CLOCK v2.0 `, 'color: white; font-weight: bold; background: black');
@@ -537,4 +537,4 @@ class AnalogClock2 extends HTMLElement {
537
}
538
539
540
-customElements.define('analog-clock2', AnalogClock2);
+customElements.define('analog-clock', AnalogClock);
0 commit comments