mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Add area to automation/script save dialog (#23416)
Add area chip to automation/script save dialog
This commit is contained in:
committed by
GitHub
parent
85bd6432a9
commit
94f679e387
@@ -919,6 +919,7 @@ export class HaScriptEditor extends SubscribeMixin(
|
||||
script: this._entityRegistryUpdate.category || null,
|
||||
},
|
||||
labels: this._entityRegistryUpdate.labels || [],
|
||||
area_id: this._entityRegistryUpdate.area || null,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user