Fix default value for color in entity badge editor (#24186)

This commit is contained in:
Paul Bottein 2025-02-11 15:14:04 +01:00 committed by GitHub
parent a631bf9854
commit 78e2809fe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ export class HuiEntityBadgeEditor
name: "color", name: "color",
selector: { selector: {
ui_color: { ui_color: {
default_color: "state",
include_state: true, include_state: true,
}, },
}, },