mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
89 lines
1.8 KiB
JSON
89 lines
1.8 KiB
JSON
{
|
|
"endpoint": "https://apigw.tuyaus.com",
|
|
"mqtt_connected": true,
|
|
"disabled_by": null,
|
|
"disabled_polling": false,
|
|
"name": "Gas sensor",
|
|
"category": "rqbj",
|
|
"product_id": "4iqe2hsfyd86kwwc",
|
|
"product_name": "Gas sensor",
|
|
"online": true,
|
|
"sub": false,
|
|
"time_zone": "-04:00",
|
|
"active_time": "2025-06-24T20:33:10+00:00",
|
|
"create_time": "2025-06-24T20:33:10+00:00",
|
|
"update_time": "2025-06-24T20:33:10+00:00",
|
|
"function": {
|
|
"alarm_time": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "s",
|
|
"min": 0,
|
|
"max": 3600,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
},
|
|
"self_checking": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"muffling": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
}
|
|
},
|
|
"status_range": {
|
|
"checking_result": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["checking", "check_success", "check_failure", "others"]
|
|
}
|
|
},
|
|
"gas_sensor_status": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["alarm", "normal"]
|
|
}
|
|
},
|
|
"alarm_time": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "s",
|
|
"min": 0,
|
|
"max": 3600,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
},
|
|
"gas_sensor_value": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "ppm",
|
|
"min": 0,
|
|
"max": 999,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
},
|
|
"self_checking": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"muffling": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
}
|
|
},
|
|
"status": {
|
|
"checking_result": "check_success",
|
|
"gas_sensor_status": "normal",
|
|
"alarm_time": 300,
|
|
"gas_sensor_value": 0,
|
|
"self_checking": false,
|
|
"muffling": true
|
|
},
|
|
"set_up": true,
|
|
"support_local": true
|
|
}
|