mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
First commit
This commit is contained in:
parent
fca7d2c5b0
commit
b5f8f48420
@ -34,10 +34,13 @@ const stateTriggerStruct = assign(
|
|||||||
|
|
||||||
const SCHEMA = [
|
const SCHEMA = [
|
||||||
{ name: "entity_id", selector: { entity: {} } },
|
{ name: "entity_id", selector: { entity: {} } },
|
||||||
{ name: "attribute", selector: { attribute: { entity_id: "" } } },
|
{
|
||||||
{ name: "from", required: false, selector: { text: {} } },
|
name: "attribute",
|
||||||
{ name: "to", required: false, selector: { text: {} } },
|
selector: { attribute: { entity_id: "" } },
|
||||||
{ name: "for", required: false, selector: { duration: {} } },
|
},
|
||||||
|
{ name: "from", selector: { text: {} } },
|
||||||
|
{ name: "to", selector: { text: {} } },
|
||||||
|
{ name: "for", selector: { duration: {} } },
|
||||||
];
|
];
|
||||||
|
|
||||||
@customElement("ha-automation-trigger-state")
|
@customElement("ha-automation-trigger-state")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user