mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Fix after conversion to Lit (#2835)
This commit is contained in:
parent
dede819a12
commit
b7f62c5822
@ -71,7 +71,7 @@ class HuiInputNumberEntityRow extends LitElement implements EntityRow {
|
||||
? html`
|
||||
<div class="flex">
|
||||
<ha-slider
|
||||
.dir="${this._computeRTLDirection}"
|
||||
.dir="${this._computeRTLDirection()}"
|
||||
.step="${Number(stateObj.attributes.step)}"
|
||||
.min="${Number(stateObj.attributes.min)}"
|
||||
.max="${Number(stateObj.attributes.max)}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user