We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49acedd commit 36c72b0Copy full SHA for 36c72b0
predbat-table-card.js
@@ -501,7 +501,7 @@ class PredbatTableCard extends HTMLElement {
501
502
let weatherAlert = ``;
503
if(newContent.includes("⚠"))
504
- weatherAlert = `<ha-icon icon="mdi:alert-outline" title="${tooltip}" style="--mdc-icon-size: 18px;"></ha-icon>`;
+ weatherAlert = `<ha-icon icon="mdi:alert-outline" title="Weather Alert" style="--mdc-icon-size: 18px;"></ha-icon>`;
505
506
507
let friendlyText = "";
0 commit comments