Add area to automation/script save dialog (#23416)

Add area chip to automation/script save dialog
This commit is contained in:
Jan-Philipp Benecke
2024-12-24 11:21:03 +01:00
committed by GitHub
parent 85bd6432a9
commit 94f679e387
5 changed files with 24 additions and 1 deletions

View File

@@ -919,6 +919,7 @@ export class HaScriptEditor extends SubscribeMixin(
script: this._entityRegistryUpdate.category || null,
},
labels: this._entityRegistryUpdate.labels || [],
area_id: this._entityRegistryUpdate.area || null,
});
}