Skip to content

Commit

Permalink
Complete rename properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lozzd committed Feb 1, 2023
1 parent 1dbb0d7 commit 39ed492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octopus-energy-rates-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AgileRatesCard extends HTMLElement {
class OctopusEnergyRatesCard extends HTMLElement {
set hass(hass) {
if (!this.content) {
const card = document.createElement('ha-card');
Expand Down Expand Up @@ -219,5 +219,5 @@ class AgileRatesCard extends HTMLElement {
}
}

customElements.define('agile-rates-card', AgileRatesCard);
customElements.define('octopus-energy-rates-card', OctopusEnergyRatesCard);

0 comments on commit 39ed492

Please sign in to comment.