mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
parent
b77e0b8125
commit
2110d9c3b9
@ -113,7 +113,7 @@ export class HuiMapCardEditor extends LitElement implements LovelaceCardEditor {
|
|||||||
></paper-input>
|
></paper-input>
|
||||||
</div>
|
</div>
|
||||||
<ha-switch
|
<ha-switch
|
||||||
.checked="${this._config!.dark_mode !== false}"
|
.checked="${this._dark_mode}"
|
||||||
.configValue="${"dark_mode"}"
|
.configValue="${"dark_mode"}"
|
||||||
@change="${this._valueChanged}"
|
@change="${this._valueChanged}"
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user