mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 05:06:38 +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`
|
? html`
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<ha-slider
|
<ha-slider
|
||||||
.dir="${this._computeRTLDirection}"
|
.dir="${this._computeRTLDirection()}"
|
||||||
.step="${Number(stateObj.attributes.step)}"
|
.step="${Number(stateObj.attributes.step)}"
|
||||||
.min="${Number(stateObj.attributes.min)}"
|
.min="${Number(stateObj.attributes.min)}"
|
||||||
.max="${Number(stateObj.attributes.max)}"
|
.max="${Number(stateObj.attributes.max)}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user