mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
19 lines
302 B
JSON
19 lines
302 B
JSON
{
|
|
"conditions": {
|
|
"is_detected": {
|
|
"condition": "mdi:home-account"
|
|
},
|
|
"is_not_detected": {
|
|
"condition": "mdi:home-outline"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"cleared": {
|
|
"trigger": "mdi:home-outline"
|
|
},
|
|
"detected": {
|
|
"trigger": "mdi:home-account"
|
|
}
|
|
}
|
|
}
|