hass-core/tests/components/netatmo/fixtures/homestatus_91763b24c43d3e344f424e8c.json
Tobias Sauerwein 927b8b2eef
Bump pyatmo to 7.3.0 (#81290)
* Bump pyatmo to 7.3.0

* Update test fixture data and tests
2022-10-31 11:09:15 +01:00

20 lines
399 B
JSON

{
"status": "ok",
"time_server": 1642952130,
"body": {
"home": {
"persons": [
{
"id": "abcdef12-1111-0000-0000-000111222333",
"last_seen": 1489050910,
"out_of_sight": true
},
{
"id": "abcdef12-2222-0000-0000-000111222333",
"last_seen": 1489078776,
"out_of_sight": true
}
]
}
}
}