mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
@@ -113,7 +113,7 @@ export class HuiMapCardEditor extends LitElement implements LovelaceCardEditor {
|
||||
></paper-input>
|
||||
</div>
|
||||
<ha-switch
|
||||
.checked="${this._config!.dark_mode !== false}"
|
||||
.checked="${this._dark_mode}"
|
||||
.configValue="${"dark_mode"}"
|
||||
@change="${this._valueChanged}"
|
||||
>${this.hass.localize(
|
||||
|
||||
Reference in New Issue
Block a user