mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
lint
This commit is contained in:
parent
1d7dcca495
commit
6bf3d6a689
@ -139,7 +139,7 @@ class HaEntityPicker extends LitElement {
|
|||||||
${this.value
|
${this.value
|
||||||
? html`
|
? html`
|
||||||
<paper-icon-button
|
<paper-icon-button
|
||||||
aria-label=${this._hass.localize(
|
aria-label=${this.hass!.localize(
|
||||||
"ui.components.entity.entity-picker.clear"
|
"ui.components.entity.entity-picker.clear"
|
||||||
)}
|
)}
|
||||||
slot="suffix"
|
slot="suffix"
|
||||||
@ -154,7 +154,7 @@ class HaEntityPicker extends LitElement {
|
|||||||
${states.length > 0
|
${states.length > 0
|
||||||
? html`
|
? html`
|
||||||
<paper-icon-button
|
<paper-icon-button
|
||||||
aria-label=${this._hass.localize(
|
aria-label=${this.hass!.localize(
|
||||||
"ui.components.entity.entity-picker.show_entities"
|
"ui.components.entity.entity-picker.show_entities"
|
||||||
)}
|
)}
|
||||||
slot="suffix"
|
slot="suffix"
|
||||||
|
@ -51,7 +51,7 @@ class HaMenuButton extends LitElement {
|
|||||||
));
|
));
|
||||||
return html`
|
return html`
|
||||||
<paper-icon-button
|
<paper-icon-button
|
||||||
aria-label=${hass.localize("ui.sidebar.sidebar_toggle")}
|
aria-label=${this.hass.localize("ui.sidebar.sidebar_toggle")}
|
||||||
.icon=${this.hassio ? "hassio:menu" : "hass:menu"}
|
.icon=${this.hassio ? "hassio:menu" : "hass:menu"}
|
||||||
@click=${this._toggleMenu}
|
@click=${this._toggleMenu}
|
||||||
></paper-icon-button>
|
></paper-icon-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user