mirror of
https://github.com/home-assistant/core.git
synced 2026-05-24 17:30:08 +01:00
67bc568db6
* Add tests to bring integration * use more parametrization * json fixture loading, move notification tests
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"uuid": "77a151f8-77c4-47a3-8295-c750a0e69d4f",
|
|
"status": "REGISTERED",
|
|
"purchase": [
|
|
{
|
|
"uuid": "b5d0790b-5f32-4d5c-91da-e29066f167de",
|
|
"itemId": "Paprika",
|
|
"specification": "Rot",
|
|
"attributes": []
|
|
},
|
|
{
|
|
"uuid": "72d370ab-d8ca-4e41-b956-91df94795b4e",
|
|
"itemId": "Pouletbrüstli",
|
|
"specification": "Bio",
|
|
"attributes": []
|
|
}
|
|
],
|
|
"recently": [
|
|
{
|
|
"uuid": "fc8db30a-647e-4e6c-9d71-3b85d6a2d954",
|
|
"itemId": "Ananas",
|
|
"specification": "",
|
|
"attributes": []
|
|
}
|
|
]
|
|
}
|