mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 22:37:21 +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",
|
name: "attribute",
|
||||||
selector: { attribute: { entity_id: entityId } },
|
selector: {
|
||||||
|
attribute: { entity_id: entityId ? entityId[0] : undefined },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "from",
|
name: "from",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user