mirror of
https://github.com/home-assistant/core.git
synced 2026-07-06 22:36:33 +01:00
16 lines
220 B
JSON
16 lines
220 B
JSON
{
|
|
"services": {
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"entered": {
|
|
"trigger": "mdi:map-marker-plus"
|
|
},
|
|
"left": {
|
|
"trigger": "mdi:map-marker-minus"
|
|
}
|
|
}
|
|
}
|