Skip to content

Commit

Permalink
Fix title configuration not working
Browse files Browse the repository at this point in the history
  • Loading branch information
lozzd committed Apr 11, 2023
1 parent 81d5570 commit 7c73add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopus-energy-rates-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class OctopusEnergyRatesCard extends HTMLElement {
const config = this._config;
if (!this.content) {
const card = document.createElement('ha-card');
card.header = this.title;
card.header = config.title;
this.content = document.createElement('div');
this.content.style.padding = '0 16px 16px';

Expand Down

0 comments on commit 7c73add

Please sign in to comment.