mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Fix trigger state attribute selector (#13410)
This commit is contained in:
parent
d2a19e04ef
commit
57fdea19fd
@ -54,7 +54,9 @@ export class HaStateTrigger extends LitElement implements TriggerElement {
|
||||
},
|
||||
{
|
||||
name: "attribute",
|
||||
selector: { attribute: { entity_id: entityId } },
|
||||
selector: {
|
||||
attribute: { entity_id: entityId ? entityId[0] : undefined },
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "from",
|
||||
|
Loading…
x
Reference in New Issue
Block a user