Skip to content

Commit f2947f6

Browse files
authored
Update analogclock.js
1 parent f0d8d1f commit f2947f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/analogclock.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AnalogClock2 extends HTMLElement {
1+
class AnalogClock extends HTMLElement {
22
set hass(hass) {
33
if (!this.content) {
44
console.info(`%c ANALOG-CLOCK v2.0 `, 'color: white; font-weight: bold; background: black');
@@ -537,4 +537,4 @@ class AnalogClock2 extends HTMLElement {
537537
}
538538
}
539539

540-
customElements.define('analog-clock2', AnalogClock2);
540+
customElements.define('analog-clock', AnalogClock);

0 commit comments

Comments
 (0)