File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ class PredbatTableCard extends HTMLElement {
625625 if ( theItem . value . includes ( "ⅎ" ) )
626626 additionalArrow += `<ha-icon icon="mdi:hand-back-right-outline" title="${ tooltip } " style="--mdc-icon-size: 22px;"></ha-icon>` ;
627627
628- } else if ( newContent === "FreezeDis" || newContent === "FreezeChrg" || newContent === "HoldChrg" || newContent === "NoCharge" ) {
628+ } else if ( newContent === "FreezeDis" || newContent === "FreezeChrg" || newContent === "HoldChrg" || newContent === "NoCharge" || newContent === "FreezeExp" ) {
629629 // use force discharge icon
630630 additionalArrow = '<ha-icon icon="mdi:battery-lock" style="" title="Charging Paused"></ha-icon>' ;
631631 newCell . setAttribute ( 'style' , `color: ${ theItem . color } ` ) ;
You can’t perform that action at this time.
0 commit comments