1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-24 01:10:24 +01:00
Files
core/tests/fixtures/microsoft_face_persongroups.json
T
2022-03-30 11:12:58 +02:00

13 lines
193 B
JSON

[
{
"personGroupId": "test_group1",
"name": "test group1",
"userData": "test"
},
{
"personGroupId": "test_group2",
"name": "test group2",
"userData": "test"
}
]