Skip to content

Commit

Permalink
style: 🎨 whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Apr 21, 2024
1 parent 57c3c95 commit 9d7e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/solar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const solarElement = (
}}
>
${generalSecondarySpan(main.hass, main, config, templatesObj, solar, "solar")}
${solar.icon !== " " ? html` <ha-icon id="solar-icon" .icon=${solar.icon} />` : null}
${solar.icon !== " " ? html` <ha-icon id="solar-icon" .icon=${solar.icon} />` : null}
${entities.solar?.display_zero_state !== false || (solar.state.total || 0) > 0
? html` <span class="solar">
${displayValue(main.hass, config, solar.state.total, {
Expand Down

0 comments on commit 9d7e7dc

Please sign in to comment.