mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 11:30:01 +00:00
Update lint tools (#2576)
* Update lint * Prettier Hass.io * Update prettier
This commit is contained in:
@@ -63,15 +63,13 @@ class HuiInputSelectEntityRow extends LitElement implements EntityRow {
|
||||
slot="dropdown-content"
|
||||
selected="${stateObj.attributes.options.indexOf(stateObj.state)}"
|
||||
>
|
||||
${
|
||||
repeat(
|
||||
stateObj.attributes.options,
|
||||
(option) =>
|
||||
html`
|
||||
<paper-item>${option}</paper-item>
|
||||
`
|
||||
)
|
||||
}
|
||||
${repeat(
|
||||
stateObj.attributes.options,
|
||||
(option) =>
|
||||
html`
|
||||
<paper-item>${option}</paper-item>
|
||||
`
|
||||
)}
|
||||
</paper-listbox>
|
||||
</paper-dropdown-menu>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user