mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"device_id": "54321",
|
|
"details": {
|
|
"_id": "xyz123",
|
|
"_version": "123abc",
|
|
"name": "Test Pet",
|
|
"pet_type": "DOG",
|
|
"breed_ids": [],
|
|
"gender": "F",
|
|
"birthday": 1572606592,
|
|
"profile_picture_frame": null,
|
|
"height": 0.56,
|
|
"length": null,
|
|
"weight": 23700,
|
|
"chip_id": "",
|
|
"neutered": true,
|
|
"personality": [],
|
|
"lost_or_dead": null,
|
|
"lim": null,
|
|
"ribcage": null,
|
|
"weight_is_default": null,
|
|
"height_is_default": null,
|
|
"birthday_is_default": null,
|
|
"breed_is_default": null,
|
|
"instagram_username": "",
|
|
"profile_picture_id": null,
|
|
"cover_picture_id": null,
|
|
"characteristic_ids": [],
|
|
"gallery_picture_ids": [],
|
|
"activity_settings": {
|
|
"_id": "345abc",
|
|
"_version": "ccaabb4",
|
|
"daily_goal": 1000,
|
|
"daily_distance_goal": 2000,
|
|
"daily_active_minutes_goal": 120,
|
|
"activity_category_thresholds_override": null,
|
|
"_type": "activity_setting"
|
|
},
|
|
"_type": "pet_detail",
|
|
"read_only": false
|
|
}
|
|
}
|