hass-core/tests/components/skybell/fixtures/device.json
Robert Hillis 200804237f
Add binary sensor tests to Skybell (#79568)
* 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>
2023-11-22 18:56:50 +01:00

19 lines
501 B
JSON

[
{
"user": "0123456789abcdef01234567",
"uuid": "0123456789",
"resourceId": "012345670123456789abcdef",
"deviceInviteToken": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"location": {
"lat": "-1.0",
"lng": "1.0"
},
"name": "Front Door",
"type": "skybell hd",
"status": "up",
"createdAt": "2020-10-20T14:35:00.745Z",
"updatedAt": "2020-10-20T14:35:00.745Z",
"id": "012345670123456789abcdef",
"acl": "owner"
}
]