1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/tuya/fixtures/mcs_qxu3flpqjsc1kqu3.json
2025-08-10 22:17:14 +02:00

40 lines
872 B
JSON

{
"endpoint": "https://apigw.tuyaeu.com",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "Garage Contact Sensor",
"category": "mcs",
"product_id": "qxu3flpqjsc1kqu3",
"product_name": "Contact Sensor",
"online": true,
"sub": false,
"time_zone": "+01:00",
"active_time": "2023-03-11T23:28:59+00:00",
"create_time": "2023-03-11T23:28:59+00:00",
"update_time": "2023-03-11T23:28:59+00:00",
"function": {},
"status_range": {
"doorcontact_state": {
"type": "Boolean",
"value": {}
},
"battery_percentage": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
}
},
"status": {
"doorcontact_state": false,
"battery_percentage": 11
},
"set_up": true,
"support_local": true
}