mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"conditions": {
|
|
"is_detected": {
|
|
"condition": "mdi:motion-sensor"
|
|
},
|
|
"is_not_detected": {
|
|
"condition": "mdi:motion-sensor-off"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"cleared": {
|
|
"trigger": "mdi:motion-sensor-off"
|
|
},
|
|
"detected": {
|
|
"trigger": "mdi:motion-sensor"
|
|
}
|
|
}
|
|
}
|