mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"common": {
|
|
"condition_behavior_description": "How the state should match on the targeted motion sensors.",
|
|
"condition_behavior_name": "Behavior",
|
|
"trigger_behavior_description": "The behavior of the targeted motion sensors to trigger on.",
|
|
"trigger_behavior_name": "Behavior"
|
|
},
|
|
"conditions": {
|
|
"is_detected": {
|
|
"description": "Tests if one or more motion sensors are detecting motion.",
|
|
"fields": {
|
|
"behavior": {
|
|
"description": "[%key:component::motion::common::condition_behavior_description%]",
|
|
"name": "[%key:component::motion::common::condition_behavior_name%]"
|
|
}
|
|
},
|
|
"name": "Motion is detected"
|
|
},
|
|
"is_not_detected": {
|
|
"description": "Tests if one or more motion sensors are not detecting motion.",
|
|
"fields": {
|
|
"behavior": {
|
|
"description": "[%key:component::motion::common::condition_behavior_description%]",
|
|
"name": "[%key:component::motion::common::condition_behavior_name%]"
|
|
}
|
|
},
|
|
"name": "Motion is not detected"
|
|
}
|
|
},
|
|
"selector": {
|
|
"condition_behavior": {
|
|
"options": {
|
|
"all": "All",
|
|
"any": "Any"
|
|
}
|
|
},
|
|
"trigger_behavior": {
|
|
"options": {
|
|
"any": "Any",
|
|
"first": "First",
|
|
"last": "Last"
|
|
}
|
|
}
|
|
},
|
|
"title": "Motion",
|
|
"triggers": {
|
|
"cleared": {
|
|
"description": "Triggers after one or more motion sensors stop detecting motion.",
|
|
"fields": {
|
|
"behavior": {
|
|
"description": "[%key:component::motion::common::trigger_behavior_description%]",
|
|
"name": "[%key:component::motion::common::trigger_behavior_name%]"
|
|
}
|
|
},
|
|
"name": "Motion cleared"
|
|
},
|
|
"detected": {
|
|
"description": "Triggers after one or more motion sensors start detecting motion.",
|
|
"fields": {
|
|
"behavior": {
|
|
"description": "[%key:component::motion::common::trigger_behavior_description%]",
|
|
"name": "[%key:component::motion::common::trigger_behavior_name%]"
|
|
}
|
|
},
|
|
"name": "Motion detected"
|
|
}
|
|
}
|
|
}
|