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 35cb240 commit d664ec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions weasley-card.js → WizardClock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class WeasleyClockCard extends HTMLElement {
class WizardClockCard extends HTMLElement {
set hass(hass) {
this._hass = hass;
this.zones = [];
Expand Down Expand Up @@ -348,4 +348,4 @@ class WeasleyClockCard extends HTMLElement {

}

customElements.define('weasley-card', WeasleyClockCard);
customElements.define('WizardClock', WizardClockCard);
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Weasley Card",
"name": "WizardClock",
"render_readme": true,
"filename": "weasley-card.js",
"filename": "WizardClock.js",
"content_in_root": true
}
4 changes: 2 additions & 2 deletions repo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"weasley-card": {
"wizardclock": {
"version": "0.7.0",
"remote_location": "https://raw.githubusercontent.com/malcolmrigg/WizardClock/master/weasley-card.js",
"remote_location": "https://raw.githubusercontent.com/malcolmrigg/WizardClock/master/WizardClock.js",
"visit_repo": "https://github.com/malcolmrigg/WizardClock",
"changelog": "https://github.com/malcolmrigg/WizardClock/releases/latest"
}
Expand Down

0 comments on commit d664ec9

Please sign in to comment.