diff --git a/src/chart.ts b/src/chart.ts index 70e3909..4e2c14f 100644 --- a/src/chart.ts +++ b/src/chart.ts @@ -520,7 +520,9 @@ export class Chart extends LitElement { title=${formattedState + box.unit_of_measurement + ' ' + name} class=${this.highlightedEntities.includes(box.config) ? 'hl' : ''} > - ${show_icons && isNotPassthrough ? html`` : null} + ${show_icons && isNotPassthrough + ? html`` + : null}
${show_states && isNotPassthrough