Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Custom card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 15, 2024
1 parent 6351b4c commit 23dc196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/cards/area-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AreaCard extends HTMLElement {
this.content = this.querySelector("div");
}

const area = hass.area[this.config.area];
const area = hass.areas[this.config.area];
const icon = area?.icon || 'mdi:help-circle';
const name = area?.name || 'Unknown';

Expand Down

0 comments on commit 23dc196

Please sign in to comment.