mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"services": {
|
|
"create_group": {
|
|
"service": "mdi:account-multiple-plus"
|
|
},
|
|
"create_person": {
|
|
"service": "mdi:account-plus"
|
|
},
|
|
"delete_group": {
|
|
"service": "mdi:account-multiple-remove"
|
|
},
|
|
"delete_person": {
|
|
"service": "mdi:account-remove"
|
|
},
|
|
"face_person": {
|
|
"service": "mdi:face-man"
|
|
},
|
|
"train_group": {
|
|
"service": "mdi:account-multiple-check"
|
|
}
|
|
}
|
|
}
|