mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
32 lines
539 B
JSON
32 lines
539 B
JSON
{
|
|
"conditions": {
|
|
"is_home": {
|
|
"condition": "mdi:account"
|
|
},
|
|
"is_not_home": {
|
|
"condition": "mdi:account-arrow-right"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:account",
|
|
"state": {
|
|
"not_home": "mdi:account-arrow-right"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"see": {
|
|
"service": "mdi:account-eye"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"entered_home": {
|
|
"trigger": "mdi:account-arrow-left"
|
|
},
|
|
"left_home": {
|
|
"trigger": "mdi:account-arrow-right"
|
|
}
|
|
}
|
|
}
|