Load defaults in script more-info (#22014)

This commit is contained in:
karwosts 2024-09-19 11:01:57 -07:00 committed by GitHub
parent 915036006d
commit caee4ba7bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,6 @@ class MoreInfoScript extends LitElement {
this.entry?.entity_id === newState.entity_id
? `script.${this.entry.unique_id}`
: newState.entity_id,
data: {},
};
}
}