* Add tests to Skybell * better way to manage cache * uno mas * try ci fix * temporary * undo temporary * ruff * black * uno mas * uno mas * remove problematic test for now * reduce to binary sensor tests * coverage * move cache to json * Update tests/components/skybell/conftest.py --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
9 lines
234 B
JSON
9 lines
234 B
JSON
{
|
|
"firstName": "First",
|
|
"lastName": "Last",
|
|
"resourceId": "123456789012345678901234",
|
|
"createdAt": "2018-10-06T02:02:14.050Z",
|
|
"updatedAt": "2018-10-06T02:02:14.050Z",
|
|
"id": "1234567890abcdef12345678",
|
|
"userLinks": []
|
|
}
|