mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
* Move Microsoft face fixture to integration test * Update tests/components/microsoft_face/test_init.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Fix --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
13 lines
193 B
JSON
13 lines
193 B
JSON
[
|
|
{
|
|
"personGroupId": "test_group1",
|
|
"name": "test group1",
|
|
"userData": "test"
|
|
},
|
|
{
|
|
"personGroupId": "test_group2",
|
|
"name": "test group2",
|
|
"userData": "test"
|
|
}
|
|
]
|