mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Fix accidentally removed tag
This commit is contained in:
parent
8a9a93ef20
commit
3459d0bb8c
@ -76,8 +76,8 @@ export class HuiLogbookCardEditor
|
|||||||
.label="${this.hass.localize(
|
.label="${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.card.generic.title"
|
"ui.panel.lovelace.editor.card.generic.title"
|
||||||
)} (${this.hass.localize(
|
)} (${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.card.config.optional"
|
"ui.panel.lovelace.editor.card.config.optional"
|
||||||
)})"
|
)})"
|
||||||
.value=${this._title}
|
.value=${this._title}
|
||||||
.configValue=${"title"}
|
.configValue=${"title"}
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
@ -94,14 +94,15 @@ export class HuiLogbookCardEditor
|
|||||||
.label="${this.hass.localize(
|
.label="${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.card.generic.hours_to_show"
|
"ui.panel.lovelace.editor.card.generic.hours_to_show"
|
||||||
)} (${this.hass.localize(
|
)} (${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.card.config.optional"
|
"ui.panel.lovelace.editor.card.config.optional"
|
||||||
)})"
|
)})"
|
||||||
.value=${this._hours_to_show}
|
.value=${this._hours_to_show}
|
||||||
min="1"
|
min="1"
|
||||||
.configValue=${"hours_to_show"}
|
.configValue=${"hours_to_show"}
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
></paper-input>
|
></paper-input>
|
||||||
</div>
|
</div>
|
||||||
|
<ha-entities-picker
|
||||||
.label=${`${this.hass!.localize(
|
.label=${`${this.hass!.localize(
|
||||||
"ui.panel.lovelace.editor.card.generic.entities"
|
"ui.panel.lovelace.editor.card.generic.entities"
|
||||||
)} (${this.hass!.localize(
|
)} (${this.hass!.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user