mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Use the entityId in the legacy shopping cart (#20083)
This commit is contained in:
parent
fa6d8d0891
commit
097cba5c60
@ -469,7 +469,7 @@ export class HuiTodoListCard extends LitElement implements LovelaceCard {
|
||||
|
||||
const item = this._getItem(ev.currentTarget.itemId);
|
||||
showTodoItemEditDialog(this, {
|
||||
entity: this._config!.entity!,
|
||||
entity: this._entityId!,
|
||||
item,
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user