mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Fix unit support in gauge editor (#9021)
This commit is contained in:
parent
7962130a0c
commit
9d33c0cfaf
@ -112,7 +112,7 @@ export class HuiGaugeCardEditor extends LitElement
|
|||||||
"ui.panel.lovelace.editor.card.config.optional"
|
"ui.panel.lovelace.editor.card.config.optional"
|
||||||
)})"
|
)})"
|
||||||
.value=${this._unit}
|
.value=${this._unit}
|
||||||
configValue="unit"
|
.configValue=${"unit"}
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
></paper-input>
|
></paper-input>
|
||||||
<hui-theme-select-editor
|
<hui-theme-select-editor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user