1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-05 05:35:29 +01:00
Files
core/tests/components/xthings_cloud/fixtures/XT-LK50.json
T
zhangluofeng aa8659f507 Add xthings cloud lock (#171176)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-05-22 15:54:37 +02:00

14 lines
214 B
JSON

{
"id": "dev_lock_001",
"name": "Front Door Lock",
"type": "lock",
"model": "XT-LK50",
"version": "1.0.0",
"online": true,
"status": {
"locked": true,
"jammed": false,
"battery": 85
}
}