Remove flag that sets icon as required when creating a new dashboard (#19640)

Less friction to create a new dashboard. Moreover, an icon isn't actually required in order to create the dashboard anyway. See https://github.com/home-assistant/frontend/issues/19639
This commit is contained in:
Cody C 2024-02-06 01:41:37 +13:00 committed by GitHub
parent 137f59feb1
commit 32971cc875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,7 +169,7 @@ export class DialogLovelaceDashboardDetail extends LitElement {
},
{
name: "icon",
required: true,
required: false,
selector: {
icon: {},
},