mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Add default icons for area and floors (#20214)
* Add default icons for area and floors * Add default icon for floor based on level * Allow deleting floor level * Use texture box for area --------- Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@ export class HaIconPicker extends LitElement {
|
||||
<ha-icon .icon=${this._value || this.placeholder} slot="icon">
|
||||
</ha-icon>
|
||||
`
|
||||
: html`<slot name="fallback"></slot>`}
|
||||
: html`<slot slot="icon" name="fallback"></slot>`}
|
||||
</ha-combo-box>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user