mirror of https://github.com/home-assistant/core
10 lines
341 B
JSON
10 lines
341 B
JSON
{
|
|
"services": {
|
|
"beolink_join": { "service": "mdi:location-enter" },
|
|
"beolink_expand": { "service": "mdi:location-enter" },
|
|
"beolink_unexpand": { "service": "mdi:location-exit" },
|
|
"beolink_leave": { "service": "mdi:close-circle-outline" },
|
|
"beolink_allstandby": { "service": "mdi:close-circle-multiple-outline" }
|
|
}
|
|
}
|