Heat Pump Controller (unsupported) TUYA Wifi connected

Hello all can somebody help me how to control this device in HA

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2022.10.3",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.10.5",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/Brussels",
    "os_name": "Linux",
    "os_version": "5.15.72",
    "supervisor": "2022.10.0",
    "host_os": "Home Assistant OS 9.2",
    "docker_version": "20.10.17",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "smartthinq_sensors": {
      "version": "0.24.2",
      "requirements": [
        "pycountry>=20.7.3",
        "xmltodict>=0.12.0",
        "cchardet>=2.1.7"
      ]
    },
    "hacs": {
      "version": "1.27.2",
      "requirements": [
        "aiogithubapi>=22.2.4"
      ]
    },
    "adaptive_lighting": {
      "version": "1.1.0",
      "requirements": []
    }
  },
  "integration_manifest": {
    "domain": "tuya",
    "name": "Tuya",
    "documentation": "https://www.home-assistant.io/integrations/tuya",
    "requirements": [
      "tuya-iot-py-sdk==0.6.6"
    ],
    "dependencies": [
      "ffmpeg"
    ],
    "codeowners": [
      "@Tuya",
      "@zlinoliver",
      "@frenck"
    ],
    "config_flow": true,
    "iot_class": "cloud_push",
    "dhcp": [
      {
        "macaddress": "105A17*"
      },
      {
        "macaddress": "10D561*"
      },
      {
        "macaddress": "1869D8*"
      },
      {
        "macaddress": "381F8D*"
      },
      {
        "macaddress": "508A06*"
      },
      {
        "macaddress": "68572D*"
      },
      {
        "macaddress": "708976*"
      },
      {
        "macaddress": "7CF666*"
      },
      {
        "macaddress": "84E342*"
      },
      {
        "macaddress": "D4A651*"
      },
      {
        "macaddress": "D81F12*"
      }
    ],
    "loggers": [
      "tuya_iot"
    ],
    "is_built_in": true
  },
  "data": {
    "endpoint": "https://openapi.tuyaeu.com",
    "auth_type": 0,
    "country_code": "32",
    "app_type": "tuyaSmart",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "name": "Hottub \u2668\ufe0f\u2668\ufe0f",
    "model": "Heatbump",
    "category": "ktkzq",
    "product_id": "qibn9aspvoaaubbh",
    "product_name": "\u70ed\u6cf5\u63a7\u5236\u5668",
    "online": true,
    "sub": false,
    "time_zone": "+01:00",
    "active_time": "2021-10-18T14:46:02+00:00",
    "create_time": "2021-10-18T14:46:02+00:00",
    "update_time": "2022-06-27T11:14:07+00:00",
    "function": {
      "switch": {
        "type": "Boolean",
        "value": {}
      },
      "temp_set": {
        "type": "Integer",
        "value": {
          "unit": "\u2103",
          "min": 7,
          "max": 60,
          "scale": 0,
          "step": 1
        }
      },
      "mode": {
        "type": "Enum",
        "value": {
          "range": [
            "hot",
            "cold"
          ]
        }
      }
    },
    "status_range": {
      "switch": {
        "type": "Boolean",
        "value": {}
      },
      "temp_set": {
        "type": "Integer",
        "value": {
          "unit": "\u2103",
          "min": 7,
          "max": 60,
          "scale": 0,
          "step": 1
        }
      },
      "temp_current": {
        "type": "Integer",
        "value": {
          "unit": "\u2103",
          "min": -30,
          "max": 150,
          "scale": 0,
          "step": 1
        }
      },
      "mode": {
        "type": "Enum",
        "value": {
          "range": [
            "hot",
            "cold"
          ]
        }
      }
    },
    "status": {
      "switch": true,
      "temp_set": 37,
      "temp_current": 33,
      "mode": "hot"
    },
    "home_assistant": {
      "name": "Hottub \u2668\ufe0f\u2668\ufe0f",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    }
  }
}```