diff --git a/hacs.json b/hacs.json index c03fbc0..2c362da 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { - "name": "WizardClock", + "name": "Wizard Clock Card", "render_readme": true, - "filename": "WizardClock.js", + "filename": "wizard-clock-card.js", "content_in_root": true } \ No newline at end of file diff --git a/WizardClock.js b/wizard-clock-card.js similarity index 99% rename from WizardClock.js rename to wizard-clock-card.js index cd3e943..22a60b1 100644 --- a/WizardClock.js +++ b/wizard-clock-card.js @@ -348,4 +348,4 @@ class WizardClockCard extends HTMLElement { } -customElements.define('WizardClock', WizardClockCard); +customElements.define('wizard-clock-card', WizardClockCard);