Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Dec 6, 2023
1 parent 710d846 commit dc9a394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erhv-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ERHVCard extends LitElement implements LovelaceCard {
${this.hass.states[this._config.return_temperature].state}°C
</text>
<text font-size="24px" x="160" y="135" text-anchor="end">
${Math.trunc(Number(this.hass.states[this._config.exhaust_fan_speed_rpm].state))}%
${Math.trunc(Number(this.hass.states[this._config.exhaust_fan_speed_percentage].state))}%
</text>
<g transform="translate(160, 110) scale(0.2, 0.2)">
<svg preserveAspectRatio="xMidYMid meet" focusable="false" role="img"
Expand Down

0 comments on commit dc9a394

Please sign in to comment.