Skip to content

Commit

Permalink
Merge pull request #746 from devildant/main
Browse files Browse the repository at this point in the history
Update variable-slider.ts replace pin by labeled
  • Loading branch information
nielsfaber authored Nov 15, 2023
2 parents ffc610c + ecce5ce commit 061a451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/variable-slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class VariableSlider extends LitElement {
if (!this.disabled) {
return html`
<ha-slider
pin
labeled
min=${this.min}
max=${this.max}
step=${this.step}
Expand All @@ -77,7 +77,7 @@ export class VariableSlider extends LitElement {
} else {
return html`
<ha-slider
pin
labeled
min=${this.min}
max=${this.max}
step=${this.step}
Expand Down

0 comments on commit 061a451

Please sign in to comment.