mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Add Empty list item for None (#12356)
This commit is contained in:
parent
70836597e9
commit
c5aac3b81d
@ -276,6 +276,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
|||||||
@selected=${this._deviceClassChanged}
|
@selected=${this._deviceClassChanged}
|
||||||
@closed=${stopPropagation}
|
@closed=${stopPropagation}
|
||||||
>
|
>
|
||||||
|
<mwc-list-item></mwc-list-item>
|
||||||
${this._deviceClassesSorted(
|
${this._deviceClassesSorted(
|
||||||
domain,
|
domain,
|
||||||
this._deviceClassOptions[0],
|
this._deviceClassOptions[0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user