Add support for Nedis Zigbee devices within the Tuya integration (category: pir, mcs)

Please add support for Nedis Zigbee devices within the Tuya integration. I have them in the Tuya Smart app, connecting via a Nedis Zigbee gateway - WIFIZB10CWT. The Tuya integration gives the following diagnostics:

Nedis Zigbee motion sensor - ZBSM10WT:

   "documentation": "https://www.home-assistant.io/integrations/tuya",
   "integration_type": "hub",
   "iot_class": "cloud_push",
   "loggers": [
     "tuya_iot"
   ],
   "requirements": [
     "tuya-iot-py-sdk==0.6.6"
   ],
   "is_built_in": true
 },
 "data": {
   "endpoint": "https://openapi.tuyaeu.com",
   "auth_type": 0,
   "country_code": "**",
   "app_type": "tuyaSmart",
   "mqtt_connected": true,
   "disabled_by": null,
   "disabled_polling": false,
   "name": "living room motion",
   "model": "ZBSM10WT",
   "category": "pir",
   "product_id": "bd5faf9p",
   "product_name": "Motion sensor",
   "online": true,
   "sub": true,
   "time_zone": "+02:00",
   "active_time": "2023-09-07T13:16:42+00:00",
   "create_time": "2022-03-19T08:58:46+00:00",
   "update_time": "2023-09-07T14:45:20+00:00",
   "function": {},
   "status_range": {
     "PIR": {
       "type": "Boolean",
       "value": {}
     },
     "battery": {
       "type": "Integer",
       "value": {
         "unit": "",
         "min": 0,
         "max": 100,
         "scale": 0,
         "step": 1
       }
     }
   },
   "status": {
     "PIR": false,
     "battery": 96
   },
   "home_assistant": {
     "name": "living room motion",
     "name_by_user": null,
     "disabled": false,
     "disabled_by": null,
     "entities": []
   }
 }
}

Nedis Zigbee door/window sensor - ZBSD10WT:

 "documentation": "https://www.home-assistant.io/integrations/tuya",
    "integration_type": "hub",
    "iot_class": "cloud_push",
    "loggers": [
      "tuya_iot"
    ],
    "requirements": [
      "tuya-iot-py-sdk==0.6.6"
    ],
    "is_built_in": true
  },
  "data": {
    "endpoint": "https://openapi.tuyaeu.com",
    "auth_type": 0,
    "country_code": "**",
    "app_type": "tuyaSmart",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "name": "storage",
    "model": "ZBSD10WT",
    "category": "mcs",
    "product_id": "crr8qb0p",
    "product_name": "Door/Window Sensor",
    "online": true,
    "sub": true,
    "time_zone": "+02:00",
    "active_time": "2023-09-07T17:09:30+00:00",
    "create_time": "2022-03-13T11:40:55+00:00",
    "update_time": "2023-09-07T17:09:30+00:00",
    "function": {},
    "status_range": {
      "prm_switch": {
        "type": "Boolean",
        "value": {}
      },
      "Battery": {
        "type": "Integer",
        "value": {
          "unit": "",
          "min": 0,
          "max": 220,
          "scale": 0,
          "step": 1
        }
      }
    },
    "status": {
      "prm_switch": false,
      "Battery": 53
    },
    "home_assistant": {
      "name": "storage",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    }
  }
}

Thanks a million if possible!