core/homeassistant/components/tuya/manifest.json

13 lines
247 B
JSON

{
"domain": "tuya",
"name": "Tuya",
"documentation": "https://github.com/tuya/tuya-home-assistant",
"requirements": [
"tuya-iot-py-sdk==0.4.1"
],
"codeowners": [
"@Tuya"
],
"config_flow": true,
"iot_class": "cloud_push"
}