From 9541879cfd96dd66d97bd1bc82d08283050d0f61 Mon Sep 17 00:00:00 2001 From: Malcolm Rigg Date: Fri, 1 Nov 2024 14:28:29 +0000 Subject: [PATCH] Bring naming in line with HACS validation --- hacs.json | 4 ++-- WizardClock.js => wizard-clock-card.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename WizardClock.js => wizard-clock-card.js (99%) 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);