Skip to content

Commit

Permalink
Bring naming in line with HACS validation
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmrigg authored Nov 1, 2024
1 parent d664ec9 commit 9541879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion WizardClock.js → wizard-clock-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ class WizardClockCard extends HTMLElement {

}

customElements.define('WizardClock', WizardClockCard);
customElements.define('wizard-clock-card', WizardClockCard);

0 comments on commit 9541879

Please sign in to comment.