mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 16:36:08 +01:00
19 lines
267 B
JSON
19 lines
267 B
JSON
{
|
|
"conditions": {
|
|
"is_closed": {
|
|
"condition": "mdi:gate"
|
|
},
|
|
"is_open": {
|
|
"condition": "mdi:gate-open"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"closed": {
|
|
"trigger": "mdi:gate"
|
|
},
|
|
"opened": {
|
|
"trigger": "mdi:gate-open"
|
|
}
|
|
}
|
|
}
|