hass-core/tests/components/yale/fixtures/get_activity.jammed.json
J. Nick Koston 03ead27f6c
Split august and yale integrations (#124677)
* Split august and yale integrations [part 1] (#122253)

* merge with dev

* Remove unused constant

* Remove yale IPv6 workaround (#123409)

* Convert yale to use oauth (#123806)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update yale for switch from pubnub to websockets (#124675)

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-08-28 17:46:03 +02:00

36 lines
812 B
JSON

[
{
"entities": {
"activity": "mockActivity2",
"house": "123",
"device": "online_with_doorsense",
"callingUser": "mockUserId2",
"otherUser": "deleted"
},
"callingUser": {
"LastName": "elven princess",
"UserID": "mockUserId2",
"FirstName": "Your favorite"
},
"otherUser": {
"LastName": "User",
"UserName": "deleteduser",
"FirstName": "Unknown",
"UserID": "deleted",
"PhoneNo": "deleted"
},
"deviceType": "lock",
"deviceName": "MockHouseTDoor",
"action": "jammed",
"dateTime": 1582007218000,
"info": {
"remote": true,
"DateLogActionID": "ABC+Time"
},
"deviceID": "online_with_doorsense",
"house": {
"houseName": "MockHouse",
"houseID": "123"
}
}
]