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

81 lines
1.6 KiB
JSON

{
"endpoint": "https://apigw.tuyaeu.com",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "bathroom light",
"category": "kg",
"product_id": "5ftkaulg",
"product_name": "1Gang Zigbee Switch",
"online": true,
"sub": true,
"time_zone": "+00:00",
"active_time": "2023-07-04T15:11:35+00:00",
"create_time": "2023-07-04T15:11:35+00:00",
"update_time": "2023-07-04T15:11:35+00:00",
"function": {
"switch_1": {
"type": "Boolean",
"value": {}
},
"countdown_1": {
"type": "Integer",
"value": {
"unit": "s",
"min": 0,
"max": 43200,
"scale": 0,
"step": 1
}
},
"relay_status": {
"type": "Enum",
"value": {
"range": ["power_off", "power_on", "last"]
}
},
"light_mode": {
"type": "Enum",
"value": {
"range": ["none", "relay", "pos"]
}
}
},
"status_range": {
"switch_1": {
"type": "Boolean",
"value": {}
},
"countdown_1": {
"type": "Integer",
"value": {
"unit": "s",
"min": 0,
"max": 43200,
"scale": 0,
"step": 1
}
},
"relay_status": {
"type": "Enum",
"value": {
"range": ["power_off", "power_on", "last"]
}
},
"light_mode": {
"type": "Enum",
"value": {
"range": ["none", "relay", "pos"]
}
}
},
"status": {
"switch_1": false,
"countdown_1": 0,
"relay_status": "power_off",
"light_mode": "pos"
},
"set_up": true,
"support_local": true
}