1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 11:26:46 +00:00
Files
core/tests/components/smartthings/fixtures/devices/iphone.json
Joost Lekkerkerker 2d6068b842 Create device for the hub in SmartThings (#139545)
* Create device for the hub in SmartThings

* Create device for the hub in SmartThings

* Create device for the hub in SmartThings
2025-02-28 22:58:35 +01:00

41 lines
1005 B
JSON

{
"items": [
{
"deviceId": "184c67cc-69e2-44b6-8f73-55c963068ad9",
"name": "iPhone",
"label": "iPhone",
"manufacturerName": "SmartThings",
"presentationId": "SmartThings-smartthings-Mobile_Presence",
"locationId": "c4d3b2a1-09f8-765e-4d3c-2b1a09f8e7d6 ",
"ownerId": "d47f2b19-3a6e-4c8d-bf21-9e8a7c5d134e",
"components": [
{
"id": "main",
"label": "main",
"capabilities": [
{
"id": "presenceSensor",
"version": 1
}
],
"categories": [
{
"name": "MobilePresence",
"categoryType": "manufacturer"
}
]
}
],
"createTime": "2021-12-02T16:14:24.394Z",
"profile": {
"id": "21d0f660-98b4-3f7b-8114-fe62e555628e"
},
"type": "MOBILE",
"restrictionTier": 0,
"allowed": [],
"executionContext": "CLOUD"
}
],
"_links": {}
}