1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-22 03:39:01 +00:00

Fix decorators with properties (#25282)

* Fix decorators with properties

* Green build

---------

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
Bram Kragten
2025-05-02 19:21:38 +03:00
committed by GitHub
parent 17cc63deba
commit b4e8c56f58
39 changed files with 62 additions and 28 deletions

View File

@@ -105,6 +105,7 @@ export class HaScriptEditor extends SubscribeMixin(
@state() private _readOnly = false;
@state()
@consume({ context: fullEntitiesContext, subscribe: true })
@transform<EntityRegistryEntry[], EntityRegistryEntry>({
transformer: function (this: HaScriptEditor, value) {