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